Skip to content

Commit 810fc33

Browse files
committed
update readme
1 parent 3835f0e commit 810fc33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import vuexRichStore, { createMutationsAndActions, createActions, createMutation
1717

1818
### How to simplify vuex module?
1919

20-
#### way 1: use `vuexRichStore`
20+
#### WAY 1 : use `vuexRichStore`
2121

2222
After using with `vuexRichStore`, your store module will have 5 more optional keys:
2323

@@ -123,7 +123,7 @@ export default {
123123
}
124124
```
125125

126-
#### way 2: use `createMutationsAndActions` / `createActions` / `createMutations`
126+
#### WAY 2 : use `createMutationsAndActions` / `createActions` / `createMutations`
127127

128128
This way is mostly adapt to the format that `Nuxt.js`'s store modules use.
129129

0 commit comments

Comments
 (0)