diff --git a/README.md b/README.md index 1091edc7c..76e9af825 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ * [Speech synthesis (experimental)](#speech-synthesis-experimental) ### Node -* [Write json to file](#write-a-json-to-a-file) +* [Write JSON to file](#write-json-to-file) ### Object * [Object from key value pairs](#object-from-key-value-pairs) diff --git a/snippets/write-a-json-to-a-file.md b/snippets/write-json-to-file.md similarity index 92% rename from snippets/write-a-json-to-a-file.md rename to snippets/write-json-to-file.md index 17de5a44e..587e5f0f1 100644 --- a/snippets/write-a-json-to-a-file.md +++ b/snippets/write-json-to-file.md @@ -1,4 +1,4 @@ -### 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. diff --git a/tag_database b/tag_database index 3acb709f1..bf8f8003b 100644 --- a/tag_database +++ b/tag_database @@ -92,4 +92,4 @@ UUID-generator:utility validate-email:utility validate-number:utility value-or-default:utility -write-json-to-file:node +write-JSON-to-file:node