Skip to content

Commit 5bc1371

Browse files
authored
Readme: fixed a typo
1 parent 7fad42a commit 5bc1371

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
@@ -13,8 +13,8 @@ npm install --save json-sorted-stringify
1313
```ts
1414
import stringify from 'json-sorted-stringify';
1515

16-
stirngify ({ a: 1, b: 2 }); // => '{"a":1,"b":2}'
17-
stirngify ({ b: 2, a: 1 }); // => '{"a":1,"b":2}'
16+
stringify ({ a: 1, b: 2 }); // => '{"a":1,"b":2}'
17+
stringify ({ b: 2, a: 1 }); // => '{"a":1,"b":2}'
1818
```
1919

2020
## License

0 commit comments

Comments
 (0)