Skip to content

Commit a6a6c31

Browse files
committed
tweaking README
1 parent 1b3cad5 commit a6a6c31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ A port of the `JSON-minify` utility to the [target-language-name] language.
44

55
## Overview
66

7-
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing all
8-
whitespace *and* JS-style comments (single-line and multiline).
7+
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* JS-style comments (single-line `//` and multiline `/* .. */`).
98

109
With `JSON-minify`, you can maintain developer-friendly JSON documents, but minify them before parsing or transmitting them over-the-wire.
1110

0 commit comments

Comments
 (0)