Skip to content

Commit d29e4ee

Browse files
committed
Fix link to docs
1 parent 5bd4e6c commit d29e4ee

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,23 @@
2828
- Relation Support
2929

3030
## Demo & Documentation
31+
3132
[Demo](https://codesandbox.io/s/xk52mqm7o)
3233

33-
See [https://feathers-plus.github.io./index.html](https://feathers-plus.github.io./index.html) for full documentation.
34+
See [https://feathers-vuex.feathers-plus./index.html](https://feathers-vuex.feathers-plus.com./index.html) for full documentation.
3435

3536
## Installation
3637

37-
```
38+
```console
3839
npm install feathers-vuex --save
3940
```
4041

4142
## Basic Examples
43+
4244
To setup `feathers-vuex`, we first need to setup a Feathers Client. Here's an example using the latest `@feathersjs` npm packages.
4345

4446
**feathers-client.js:**
47+
4548
```js
4649
import feathers from '@feathersjs/feathers'
4750
import socketio from '@feathersjs/socketio-client'
@@ -60,6 +63,7 @@ export default feathersClient
6063
And here's how you would integrate the Feathers Client into the Vuex store:
6164

6265
**store/index.js:**
66+
6367
```js
6468
import Vue from 'vue'
6569
import Vuex from 'vuex'

0 commit comments

Comments
 (0)