Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca53528

Browse files
committed
Updated documentation
1 parent 0662c2f commit ca53528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. Recap last week
66
2. Previous homework
7-
3. Questions & Answers (Q&A)
7+
3. Questions & answers (Q&A)
88
4. What is Node.js?
99
5. Finding documentation
1010
6. Setting up a Node.js project using `npm init` and `package.json`

week2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ get a state, and manipulate the state (add, subtract, reset).
99

1010
1. Recap last week
1111
2. Previous homework
12-
3. Questions & Answers (Q&A)
12+
3. Questions & answers (Q&A)
1313
4. Persisting data beyond the lifetime of the app
1414
5. Building a command line interface (CLI)
1515
6. Accessing file system with Node.js `fs` module
16-
7. CRUD operations
16+
7. CRUD operations, create, read, update and delete
1717
8. Homework
1818

1919
## Reading material

0 commit comments

Comments
 (0)