Scratch space for learning atproto app development

Tweak schema description

Changed files
+1 -1
+1 -1
TUTORIAL.md
···
> ### Why create a schema?
>
-
> Schemas help other applications understand the data your app is creating. By publishing your schemas, you enable compatibility with other apps and reduce the chances of bad data affecting your app.
Let's create our schema in the `/lexicons` folder of our codebase. You can [read more about how to define schemas here](#todo).
···
> ### Why create a schema?
>
+
> Schemas help other applications understand the data your app is creating. By publishing your schemas, you make it easier for other application authors to publish data in a format your app will recognize and handle.
Let's create our schema in the `/lexicons` folder of our codebase. You can [read more about how to define schemas here](#todo).