From c6a0b274db6930c076bcf6ced335b3b445449dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:56:34 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9854cb0..fdb1d4c 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ crate to do this, and that crate uses the standard library. `zerocopy`: derives the `IntoBytes` trait from [`zerocopy`](https://crates.io/crates/zerocopy) for the `Primes` struct. -`rkyv`: derives the `Serialize`, `Deserialize`, and `Archive` traits from the -[`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes` struct. +`rkyv`: derives the `Serialize`, `Deserialize`, and `Archive` traits from +[`rkyv`](https://crates.io/crates/rkyv) for the `Primes` struct.