From c8c5d09389b67adbe48c6f323a9d8d00aa51c815 Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Thu, 11 Sep 2025 02:14:23 +0200 Subject: [PATCH] Change link to WrappedUnions.jl in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb6881a..ba90b57 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ If you overload `Base.show` directly inside a package, you might get annoying me ## Alternative syntax -See also [LightSumTypes.jl](https://github.com/JuliaDynamics/LightSumTypes.jl) for an alternative syntax for defining sum types, and some other niceties. +See also [WrappedUnions.jl](https://github.com/Tortar/WrappedUnions.jl) for an alternative syntax for defining sum types, and some other niceties. ## Performance