From e8b06f49dd45bf8b35263e11668bae1aee1b02d0 Mon Sep 17 00:00:00 2001 From: mlm483 Date: Tue, 18 Apr 2023 16:50:42 -0400 Subject: [PATCH] [update-readme] - fixed style guide URL path in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a2fe809b..ae5d9fef7 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ npx npm-check -u See [Configuration Reference](https://cli.vuejs.org/config/). ## Style and layout -A guide to visual design conventions and writing style can be found at `/styleguide` after authentication. -For example, if you are running the app locally on port 8080, the style guide URL would be [http://localhost:8080/styleguide]. +A guide to visual design conventions and writing style can be found at `/style-guide` after authentication. +For example, if you are running the app locally on port 8080, the style guide URL would be [http://localhost:8080/style-guide](http://localhost:8080/style-guide). ## Layout template usage standards General guidance for using each of the layout templates in `/components/layouts`: