From de44e7414bb05d219012fcdd70f126117f7e36d1 Mon Sep 17 00:00:00 2001 From: "Henry Q. Dineen" Date: Wed, 4 Nov 2020 00:05:17 -0500 Subject: [PATCH] docs: fix strigify -> stringify typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02cf49f..6d75e79 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 without [jsonify](https://github.com/substack/jsonify). You can also pass in a custom comparison function.