From ab977ac1684806ab1d850f1745176cc9532f1fae Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 29 Jul 2022 00:25:05 -0400 Subject: [PATCH] readme tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e22cae..ce09136 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ README.md ### 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 @@ -68,7 +68,7 @@ This template uses a static registry to mount global **components** which in-tur ``` -> SEE: `/src/js/registry.js` for more information +> SEE: `/src/index.js` for more information ### Tests