From d2610a97f60b40b65a45f6fefa176b599a903a83 Mon Sep 17 00:00:00 2001 From: Francis St-Amour Date: Tue, 22 Jul 2025 19:20:17 -0400 Subject: [PATCH] Fix wrong link to jzon:stringify in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077cb8b..0ad29d0 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ jzon cannonically maps types per the following chart: **Note** the usage of symbol `cl:null` as a sentinel for JSON `null` -When writing, additional values are supported. Please see the section [jzon:stringify](#writing). +When writing, additional values are supported. Please see the section [jzon:stringify](#jzonstringify). # Usage