Skip to content

Commit 97ec9a6

Browse files
committed
Augment installation instructions
As suggested in #70
1 parent 0787d30 commit 97ec9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An overview of the functionality that a Relay-compliant GraphQL server should pr
2020
Install Relay Library for GraphQL.js
2121

2222
```sh
23-
npm install graphql-relay
23+
npm install graphql graphql-relay
2424
```
2525

2626
When building a schema for [GraphQL.js](https://github.com/graphql/graphql-js), the provided library functions can be used to simplify the creation of Relay patterns.

0 commit comments

Comments
 (0)