Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
msmichellegar committed Jan 28, 2017
1 parent 15c7452 commit 544b35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step08.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ fs.readFile('path/to/file', function (error, file) {
// do something
});
```
Argument 1: the location of the file you want to write to
Argument 2: the callback function
* Argument 1: the location of the file you want to write to
* Argument 2: the callback function


You'll notice that `fs.readFile`'s callback function takes a second argument. That argument would be the file you're reading.
Expand Down

0 comments on commit 544b35c

Please sign in to comment.