From a1db1cdedeb1f986962abc869b38da0528d2c842 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Sat, 19 Aug 2017 10:13:08 -0400 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72954a0c7f..e0531b0c5c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Add the following dependencies to your project's `package.json` and run `npm ins dependencies: { "@ngrx/store": "4.0.2", "@ngrx/effects": "4.0.2", - "@nrwl/nx": "https://github.com/nrwl/nx-build" + "@nrwl/nx": "https://github.com/nrwl/nx-build", + "@angular-devkit/schematics": "0.0.17" } } ```