Skip to content

Commit 5dbba17

Browse files
README: minor fixes and updates (#310)
1 parent d1e5ede commit 5dbba17

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ You can get GraphQL Voyager bundle from the following places:
101101

102102
### Using as a dependency
103103

104-
You can install lib using `npm` or `yarn`:
104+
You can install lib:
105105

106106
npm i --save graphql-voyager
107-
yarn add graphql-voyager
108107

109108
And then use it:
110109

@@ -125,12 +124,11 @@ ReactDOM.render(
125124
);
126125
```
127126

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))
130128

131129
## Middleware
132130

133-
Graphql Voyager has middleware for the next frameworks:
131+
GraphQL Voyager has middleware for the next frameworks:
134132

135133
### Properties
136134

0 commit comments

Comments
 (0)