Skip to content

Commit c8b1f68

Browse files
committed
Fix readme
1 parent 98c6181 commit c8b1f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ npm install --save json-stream-stringify
3030
Convert value to JSON string. Returns a readable stream.
3131
- ``value`` Any data to convert to JSON.
3232
- ``replacer`` Optional ``Function(key, value)`` or ``Array``.
33-
- ``spaces`` Optional ``String`` or ``Number`` **Not yet implemented**
34-
- ``noDecycle`` Optional ``Boolean`` Set to ``true`` to disable decycling.
3533
As a function the returned value replaces the value associated with the key. [Details](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#The_replacer_parameter)
3634
As an array all other keys are filtered. [Details](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#Example_with_an_array)
35+
- ``spaces`` Optional ``String`` or ``Number`` **Not yet implemented**
36+
- ``noDecycle`` Optional ``Boolean`` Set to ``true`` to disable decycling.
3737

3838
## Example Usage
3939
```javascript

0 commit comments

Comments
 (0)