Skip to content

Commit 73f4752

Browse files
committed
docs(readme) rm " "
1 parent c33ce82 commit 73f4752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To handle formating optional argument `options` could be used accroding to [JSON
1212

1313
### API
1414

15-
#### writejson(name, object, [ options, ] callback)
15+
#### writejson(name, object[, options], callback)
1616
Asynchonouse write stringified object.
1717

1818
```js
@@ -35,7 +35,7 @@ writejson('data.json', {hello: 'world'}, options, function(error) {
3535
});
3636

3737
```
38-
#### writejson.sync(name, object [, options])
38+
#### writejson.sync(name, object[, options])
3939
Synchonouse write stringified object.
4040

4141
```js
@@ -46,7 +46,7 @@ try {
4646
}
4747
```
4848

49-
#### writejson.sync.try(name, object [, options])
49+
#### writejson.sync.try(name, object[, options])
5050
Synchonouse try to write stringified object.
5151

5252
```js

0 commit comments

Comments
 (0)