Skip to content

Commit 3c5c33c

Browse files
authored
Update README.md
1 parent e0ef026 commit 3c5c33c

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vuex-orm-apollo
22

3-
[![Travis CI](https://travis-ci.org/phortx/vuex-orm-apollo.svg?branch=master)](https://travis-ci.org/phortx/vuex-orm-apollo)
3+
[![Travis CI](https://travis-ci.org/phortx/vuex-orm-apollo.svg?branch=master)](https://travis-ci.org/vuex-orm/vuex-orm-apollo)
44
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
55
[![License](https://img.shields.io/npm/l/@vuex-orm/core.svg)](https://github.com/vuex-orm/vuex-orm/blob/master/LICENSE.md)
66

@@ -129,25 +129,6 @@ $ yarn run coverage
129129
Generate test coverage in coverage directory.
130130

131131

132-
### apollo-link import bug
133-
134-
Currently there exists [a bug in apollo-link](https://github.com/apollographql/apollo-link/issues/248), which causes
135-
errors in vuex-orm-apollo. As a workaround, you have to change he file `node_modules/apollo-link/lib/index.js` after
136-
installing the node_modules.
137-
138-
In line 3 change
139-
140-
```javascript
141-
import * as Observable from 'zen-observable';
142-
```
143-
144-
to:
145-
146-
```javascript
147-
import Observable from 'zen-observable';
148-
```
149-
150-
151132
## License
152133

153134
Vuex ORM Apollo is open-sourced software licensed under the [MIT license](https://github.com/phortx/vuex-orm-apollo/blob/master/LICENSE.md).

0 commit comments

Comments
 (0)