Merge pull request #165 from yashghelani/master

Fix broken link by changing the title
This commit is contained in:
Angelos Chalaris
2017-12-16 13:00:31 +02:00
committed by GitHub

View File

@ -967,7 +967,7 @@ const speak = message => {
[⬆ back to top](#table-of-contents)
## Node
### Write a JSON to a file
### Write JSON to file
Use `fs.writeFile()`, template literals and `JSON.stringify()` to write a `json` object to a `.json` file.