From 5251fc7694339343e063039d2f68f200ad44a949 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Tue, 13 Dec 2022 10:01:15 +0200 Subject: [PATCH] Fix typo on json-stable-stringify, add link to npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02cf49f..d139b8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fast-json-stable-stringify -Deterministic `JSON.stringify()` - a faster version of [@substack](https://github.com/substack)'s json-stable-strigify without [jsonify](https://github.com/substack/jsonify). +Deterministic `JSON.stringify()` - a faster version of [@substack](https://github.com/substack)'s [json-stable-stringify](https://www.npmjs.com/package/json-stable-stringify) without [jsonify](https://github.com/substack/jsonify). You can also pass in a custom comparison function.