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.