Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Dec 16, 2017
1 parent efdeb78 commit c3fb3a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tag_database
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3fb3a6

Please sign in to comment.