Skip to content

Commit

Permalink
Improve FastBoot dependency notice
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Nov 29, 2018
1 parent a57db76 commit 835d899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Ember Simple Auth Token can be installed with [Ember CLI][ember-cli] by running:
ember install ember-simple-auth-token
```

If using FastBoot and the JWT authenticator, `buffer` and `node-fetch` must be added to your `fastbootDependencies`.
If using FastBoot, `node-fetch` must be added to your `fastbootDependencies`. If using FastBoot and the JWT authenticator, `node-fetch` and `buffer` must be added to you `fastbootDependencies`.

## Setup

Expand Down

0 comments on commit 835d899

Please sign in to comment.