Skip to content

Commit a981043

Browse files
committed
Minor tweak to readme for bleeding edge
1 parent 6e5da50 commit a981043

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,8 @@ recommend to use builds deployed npm for many reasons, but if you want to use
138138
the latest not-yet-released version of graphql-js, you can do so by depending
139139
directly on this branch:
140140

141-
```js
142-
"dependencies": {
143-
"graphql-js": "git://github.com/graphql/graphql-js.git#npm"
144-
}
141+
```
142+
npm install graphql-js@git://github.com/graphql/graphql-js.git#npm
145143
```
146144

147145
### Contributing

0 commit comments

Comments
 (0)