Update README

This commit is contained in:
Brian Beck 2016-11-25 18:24:49 -08:00
parent 1262953a92
commit 806e008b2f

View file

@ -39,6 +39,14 @@ Listening on port 3000.
Development mode features like JSON pretty printing and the GraphiQL interface Development mode features like JSON pretty printing and the GraphiQL interface
will be enabled unless the server is run with `NODE_ENV=production`. will be enabled unless the server is run with `NODE_ENV=production`.
Note that if you are not running the standalone server within another Node
project, you may wish to install this package globally so that the `graphbrainz`
script is globally available:
```sh
npm install -g graphbrainz
```
### As middleware ### As middleware
If you have an existing Express server and want to add this GraphQL service as If you have an existing Express server and want to add this GraphQL service as