Skip to content

Commit 517c5fb

Browse files
committed
Merge pull request mgechev#949 from Shyam-Chen/update-readme
chore(readme): update
2 parents 36b7f27 + 5797b63 commit 517c5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides fast, reliable and extensible starter for the development of Angular 2
1313
`angular2-seed` provides the following features:
1414

1515
- Allows you to painlessly update the seed tasks of your already existing project.
16-
- Out of the box ServiceWorkers and AppCache support thanks to the integration with [angular/progressive](https://github.com/angular/progressive).
16+
- Out of the box ServiceWorkers and AppCache support thanks to the integration with [angular/mobile-toolkit](https://github.com/angular/mobile-toolkit).
1717
- Ready to go, statically typed build system using gulp for working with TypeScript.
1818
- Production and development builds.
1919
- Sample unit tests with Jasmine and Karma including code coverage via [istanbul](https://gotwarlost.github.io/istanbul/).
@@ -40,7 +40,7 @@ npm install
4040
# watches your files and uses livereload by default
4141
npm start
4242
# api document for the app
43-
npm run build.docs
43+
# npm run build.docs
4444

4545
# dev build
4646
npm run build.dev

0 commit comments

Comments
 (0)