Skip to content

Commit fb42e8e

Browse files
committed
update readme + sepcify node version for circle
1 parent cdc7370 commit fb42e8e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# vuex-router-sync
1+
# vuex-router-sync [![CircleCI](https://circleci.com/gh/vuejs/vuex-router-sync.svg?style=svg)](https://circleci.com/gh/vuejs/vuex-router-sync)
22

3-
> Effortlessly keep vue-router and vuex store in sync.
3+
> Sync vue-router's current $route as part of vuex store's state.
44
55
### Usage
66

@@ -22,7 +22,7 @@ sync(store, router) // done.
2222
// bootstrap your app...
2323
```
2424

25-
You can set a custom vuex module name
25+
You can optionally set a custom vuex module name:
2626

2727
```js
2828
sync(store, router, { moduleName: 'RouteModule' } )

circle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
machine:
2+
node:
3+
version: 6

0 commit comments

Comments
 (0)