readme tweaks

This commit is contained in:
Geoff Doty 2022-07-29 00:25:05 -04:00
parent 07a3559ada
commit ab977ac168
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@ README.md
### Mounting Strategy ### Mounting Strategy
This template uses a static registry to mount global **components** which in-turn can mount other nested components via `components` export option. This template uses a static object registry to mount global **components** which in-turn can mount other nested components via `components` export option.
#### Components Example #### Example
``` ```
// my-page.riot // my-page.riot
@ -68,7 +68,7 @@ This template uses a static registry to mount global **components** which in-tur
</my-page> </my-page>
``` ```
> SEE: `/src/js/registry.js` for more information > SEE: `/src/index.js` for more information
### Tests ### Tests