From 2c53d9294381dafac6726bafe12c201a37b2c1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Fri, 17 Jul 2026 09:50:43 +0200 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aab12a..9954e5b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ assert_eq!(result.predecessors[v3], None); This project is dual-licensed under the terms of both: -- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) +- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/license/mit) You may choose either license for your use of this software.