From 7fd2733981e6f84c6a725eade2c13683aa89b92e Mon Sep 17 00:00:00 2001 From: ersimont <8042088+ersimont@users.noreply.github.com> Date: Wed, 26 Jun 2019 20:01:13 -0400 Subject: [PATCH] chore: update install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30c6524..f149468 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ A basic idea behind this library (as well as the underlying `ngrx/store`, and `R With npm: ```sh -npm install -S ng-app-state @ngrx/store micro-dash +npm install -S ng-app-state @ngrx/store micro-dash s-js-utils s-rxjs-utils ``` With yarn: ```sh -yarn add ng-app-state @ngrx/store micro-dash +yarn add ng-app-state @ngrx/store micro-dash s-js-utils s-rxjs-utils ``` ## Setup