From 835d899a9f12e0ee63074196d095343e519e6603 Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Thu, 29 Nov 2018 02:44:21 -0500 Subject: [PATCH] Improve FastBoot dependency notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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