Skip to content

Commit

Permalink
Update meteor.md to recommend meteor npm ... over npm ... (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfrancis authored and benjamn committed Sep 20, 2018
1 parent 2e124ef commit 38c992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/recipes/meteor.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ meteor/apollo | apollo client | apollo server

```sh
meteor add apollo
npm install graphql apollo-server-express apollo-boost
meteor npm install graphql apollo-server-express apollo-boost
```

### Client
Expand Down

0 comments on commit 38c992c

Please sign in to comment.