From f85a4575ca1ccfb887578ee603132ed5adba755c Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 28 Jul 2022 18:48:20 -0400 Subject: [PATCH] readme tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ed612..de69f49 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ README.md This template uses a **pages** static registry based approach that auto-mounts global *page components* that then can dynaimicly mount other *components* needed build your up your content via the `components` export default property. -> SEE: /pages/registry.js for more information +> SEE: `/src/js/registry.js` for more information #### Components Example @@ -75,7 +75,7 @@ This template uses a **pages** static registry based approach that auto-mounts g - TODO -> SEE: `pages/hello-riot/hello-riot.spec.js` (unwired) +> SEE: `src/pages/hello-riot/hello-riot.spec.js` (unwired) ## NPM Scripts