From f889514d8f4c7297a03af7a8c61a7a5cb87cf350 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:03:29 -0300 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8158e6..3056a16 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ object.isString(); // false * [Parsing JSON](#parsing-json) * [Dumping JSON](#dumping-json) * [Accessing object properties](#accessing-object-properties) - * [Serializing custom types](#serialzing-custom-types) + * [Serializing custom types](#serializing-custom-types) * [Objects and arrays](#objects-and-arrays) * [Reflection](#reflection) * [Support for standard library types](#support-for-standard-library-types)