Skip to content

Commit

Permalink
Oops, update README re passport deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Sep 3, 2016
1 parent 84bf242 commit 1442149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ The example below shows the most common options, and may be customized with:
* Regular [passport strategies](http://passportjs.org/) by class, e.g. `oath2:facebook`.

```sh
# PassportJS and relevant strategies
$ npm i --save passport passport-local

# Apollo Passport, and relevant packages as per aforementioned list.
# Typical packages. Choose database, strategies, ui from the list above.
$ npm i --save apollo-passport \
apollo-passport-local \
apollo-passport-rethinkdbdash \
apollo-passport-react

# Other passport strategies (that don't have "augmented" apollo versions)
$ npm i --save passport-facebook
```

**Server entry point**
Expand Down

0 comments on commit 1442149

Please sign in to comment.