From b10aa40c1b03171af7edb9e3fd0773aae9bed846 Mon Sep 17 00:00:00 2001 From: Yash Ghelani Date: Fri, 15 Dec 2017 21:03:53 +0530 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 776d746ef..5393cf1c8 100644 --- a/README.md +++ b/README.md @@ -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.