From a497842f6a2d84426bc77730b93ea84ac0305018 Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:19:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f9d359..1f84a57 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HybridStructs.jl -[![CI](https://github.com/Tortar/HybridStructs.jl/workflows/CI/badge.svg)](https://github.com/Tortar/HybridStructs.jl/actions?query=workflow%3ACI) -[![codecov](https://codecov.io/gh/Tortar/HybridStructs.jl/graph/badge.svg?token=F8W0MC53Z0)](https://codecov.io/gh/Tortar/HybridStructs.jl) +[![CI](https://github.com/JuliaDynamics/HybridStructs.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/HybridStructs.jl/actions?query=workflow%3ACI) +[![codecov](https://codecov.io/gh/JuliaDynamics/HybridStructs.jl/graph/badge.svg?token=F8W0MC53Z0)](https://codecov.io/gh/JuliaDynamics/HybridStructs.jl) This package provides a simple way to create both mutable and immutable versions of a struct from a single definition. This can be particularly useful when you want