From a5d7378ea6f526e8491675a4bd93174b0ff7a0ec Mon Sep 17 00:00:00 2001 From: Roman <491247+moltar@users.noreply.github.com> Date: Sat, 30 Oct 2021 12:31:25 +0700 Subject: [PATCH] fix: typo - Fixes typo - Changes capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4444c52..fb9ba8b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Other changes from sidorares/json-bigint: - Removed `alwaysParseAsBig` option - Moved all the options to the 3rd argument of parse - Fixed parsing of long floats -- Added typescipt types +- Added TypeScript types - Removed `storeAsString` option - Added `fallbackTo` option `number`, `string`, `error`