Skip to content

Commit ed6a8a5

Browse files
cleaned up README
1 parent 9b5dfa3 commit ed6a8a5

File tree

13 files changed

+2
-59
lines changed

13 files changed

+2
-59
lines changed

ep19-call-api-jquery/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ Visit http://localhost:8080 in browser.
99

1010
#### Notes
1111

12-
* `npm install random-key --save`
13-
* [Source code](...)
12+
* `npm install jquery --save`

ep20-using-fetch/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ Visit http://localhost:8080 in browser.
99

1010
#### Notes
1111

12-
* `npm install random-key --save`
13-
* [Source code](...)
12+
* `npm install fetch --save`

ep21-general-refactoring/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep22-building-todoactions/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep23-building-todostore/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep24-delete-todo-using-flux/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep25-add-todo-using-flux/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep26-enhance-todo-store/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep27-use-dispatcher/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep28-more-dispatcher-usage/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* `npm install random-key --save`
13-
* [Source code](...)

ep29-emit/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Visit http://localhost:8080 in browser.
1212
* [Nodejs Events](https://nodejs.org/api/events.html)
1313
* [object-assign](https://www.npmjs.com/package/object-assign)
1414
* `npm install --save object-assign`
15-
* [Source code](...)

ep30-extract-form-into-componenet-from-app/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* [Nodejs Events](https://nodejs.org/api/events.html)
13-
* [object-assign](https://www.npmjs.com/package/object-assign)
14-
* `npm install --save object-assign`
15-
* [Source code](...)

ep31-get-all-todos/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@ npm start
66
```
77

88
Visit http://localhost:8080 in browser.
9-
10-
#### Notes
11-
12-
* [Nodejs Events](https://nodejs.org/api/events.html)
13-
* [object-assign](https://www.npmjs.com/package/object-assign)
14-
* `npm install --save object-assign`
15-
* [Source code](...)

0 commit comments

Comments
 (0)