Skip to content

Commit 5821ea9

Browse files
authored
Update README.md
1 parent 955ac3b commit 5821ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ the [VueJS documentation](https://v3.vuejs.org/guide/introduction.html).
66

77
## Why?
88
I love Vue3 documentation, but sometimes I just want to figure out how to do X or Y quickly. These examples serve as
9-
a quick reference (cheatsheet) that allows us to do it. Moreover, it also gives an overview of the essential features of
9+
a quick reference (cheatsheet) that allows us to do it. Moreover, it gives an overview of the essential features of
1010
Vue3.
1111

1212
## How to use it?
1313
The examples are hosted at - https://vue3examples.netlify.app/HelloWorld
1414

1515
You can customize this project for your own uses. To add new examples:
1616
1. Go to `src/views/[category]` and add a Vue file to it.
17-
2. If your example contains more than one Vue files, create a new folder and add the Vue files to it.
18-
3. Name your example vue files and folders in a PascalCase format. e.g: `HelloWorld.vue`, `HelloWorld2.vue`, `HelloWorld3.vue`
17+
2. If your example contains multiple Vue files, create a new folder and add them to it.
18+
3. Name your example vue files and folders in a PascalCase format. e.g: `HelloWorld.vue`, `src/views/styles/ScopedStyles/ScopedStyles.vue`, `src/views/styles/ScopedStyles/ScopedStylesChild.vue`.
1919
4. The examples will be automatically added to the sidebar.
2020

2121

0 commit comments

Comments
 (0)