diff --git a/README.md b/README.md index 6b1edd3..dfeb11a 100644 --- a/README.md +++ b/README.md @@ -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