the statusphere demo reworked into a vite/react app in a monorepo

Tweak schema description

+1 -1
+1 -1
TUTORIAL.md
··· 331 332 > ### Why create a schema? 333 > 334 - > 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. 335 336 Let's create our schema in the `/lexicons` folder of our codebase. You can [read more about how to define schemas here](#todo). 337
··· 331 332 > ### Why create a schema? 333 > 334 + > 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. 335 336 Let's create our schema in the `/lexicons` folder of our codebase. You can [read more about how to define schemas here](#todo). 337