File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,9 @@ You can get GraphQL Voyager bundle from the following places:
101
101
102
102
### Using as a dependency
103
103
104
- You can install lib using ` npm ` or ` yarn ` :
104
+ You can install lib:
105
105
106
106
npm i --save graphql-voyager
107
- yarn add graphql-voyager
108
107
109
108
And then use it:
110
109
@@ -125,12 +124,11 @@ ReactDOM.render(
125
124
);
126
125
```
127
126
128
- Build for the web with [ webpack] ( https://webpack.js.org/ ) ([ example] ( ./example/webpack-example ) ) or
129
- [ browserify] ( http://browserify.org/ )
127
+ Build for the web with [ webpack] ( https://webpack.js.org/ ) , see ([ example] ( ./example/webpack-example ) )
130
128
131
129
## Middleware
132
130
133
- Graphql Voyager has middleware for the next frameworks:
131
+ GraphQL Voyager has middleware for the next frameworks:
134
132
135
133
### Properties
136
134
You can’t perform that action at this time.
0 commit comments