We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d6de4 commit 5edddf6Copy full SHA for 5edddf6
README.md
@@ -12,18 +12,26 @@ This folder contains the implementation done with [vuex-typex](https://github.co
12
13
## Usage
14
15
-### vuex-typescript
+### For [vuex-typescript](https://github.com/istrib/vuex-typescript)
16
17
```
18
cd .\vuex-typescript\
19
npm install
20
poi .\src\index.ts
21
22
23
-### vuex-typex
+### For [vuex-typex](https://github.com/mrcrowl/vuex-typex)
24
25
26
cd .\vuex-typex\
27
28
29
-```
+```
30
+
31
+## Contributing
32
33
+1. Fork it!
34
+2. Create your feature branch: `git checkout -b my-new-feature`
35
+3. Commit your changes: `git commit -am 'Add some feature'`
36
+4. Push to the branch: `git push origin my-new-feature`
37
+5. Submit a pull request !
0 commit comments