update README

This commit is contained in:
vsavkin 2017-08-19 10:13:08 -04:00
parent 1e9683135e
commit a1db1cdede

View File

@ -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"
}
}
```