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

Skip to content

Commit 12343f5

Browse files
authored
Update README.md
1 parent 3ec8e2c commit 12343f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

week2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This is one example of how ES6 can help us write cleaner code. I'm adding this a
3232
[Video]([https://www.youtube.com/watch?v=J85lRtO_yjY)
3333

3434
### 2. NodeJS Process:
35-
Don't have to remember everything in this video, just a nice outline
36-
[Egghead video tutorial](https://egghead.io/lessons/node-js-the-node-js-process-object)
35+
Don't have to remember everything in this video, just a nice outline
36+
[Egghead video tutorial](https://egghead.io/lessons/node-js-the-node-js-process-object)
3737
Only read the part about "process.argv"
3838
[Node.JS docs - process.argv](https://nodejs.org/docs/latest/api/process.html#process_process_argv)
3939

@@ -43,4 +43,4 @@ Only read the part about readFile, appendFile (you will need this in your assign
4343
[Node.JS docs - fs.appendFile](https://nodejs.org/api/fs.html#fs_fs_appendfile_file_data_options_callback)
4444

4545
### 4. Buffers in NodeJS
46-
[Egghead video tutorial](https://egghead.io/lessons/node-js-node-js-buffers)
46+
[Egghead video tutorial](https://egghead.io/lessons/node-js-node-js-buffers)

0 commit comments

Comments
 (0)