From d09e119ec24ced98634e65618f361c5829fe6375 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 17 May 2024 13:57:10 +1000 Subject: [PATCH] try to fix URL reference to deserializer.nim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a08f43c..1b0d338 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,6 @@ This will ensure that the `MyType.fromJson` overload is dispatchable. The basic types that serde supports should already have their overloads forced in scope in [the `deserializer` -module]("./serde/json/deserializer.nim#L340-L356"). +module](./serde/json/deserializer.nim#L340-L356). For an illustration of the problem, please see this [narrow example](https://github.com/gmega/serialization-bug/tree/main/narrow) by [@gmega](https://github.com/gmega).