Skip to content

Commit

Permalink
docs(AngularCLI): Fixed quotes for map packages (ngrx#137)
Browse files Browse the repository at this point in the history
Closes #136
  • Loading branch information
brandonroberts authored and MikeRyanDev committed Jun 7, 2016
1 parent a379627 commit 2ec409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/angular-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The `map` and `packages` constants must be updated in the `system-config.ts` fil
const map: any = {
/* ngrx/router begin */
'@ngrx': 'vendor/@ngrx',
'path-to-regexp": "vendor/path-to-regexp',
'path-to-regexp': 'vendor/path-to-regexp',
'isarray': 'vendor/isarray',
'query-string': 'vendor/query-string',
'strict-uri-encode': 'vendor/strict-uri-encode',
Expand Down

0 comments on commit 2ec409e

Please sign in to comment.