Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit f6a4459

Browse files
authored
Update README.md
1 parent ffe700c commit f6a4459

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
___
88

9-
# Angular2 Reactive Starter [![Join the chat at https://gitter.im/angular-class/angular2-reactive-starter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-class/angular2-reactive-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9+
# Angular 2 Reactive Starter
1010

1111

1212
### Quick start
@@ -16,10 +16,10 @@ ___
1616
```bash
1717
# clone our repo
1818
# --depth 1 removes all but one .git commit history
19-
git clone --depth 1 https://github.com/angularclass/angular2-webpack-starter.git
19+
git clone --depth 1 https://github.com/AngularClass/angular2-reactive-starter.git
2020

2121
# change directory to our repo
22-
cd angular2-webpack-starter
22+
cd angular2-reactive-starter
2323

2424
# install the repo with npm
2525
npm install
@@ -28,7 +28,7 @@ npm install
2828
npm start
2929

3030
# use Hot Module Replacement
31-
npm run server:dev:hmr
31+
npm run start:hmr
3232

3333
# if you're in China use cnpm
3434
# https://github.com/cnpm/cnpm

0 commit comments

Comments
 (0)