From 4536993358315c8b18c6979f14ba942d5cb8904d Mon Sep 17 00:00:00 2001 From: Paul Jurczak Date: Sun, 31 May 2026 00:57:02 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 280060c..6a084a3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Can be used with any graphics API. Documentation can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/zmath.zig). -Benchamrks can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/benchmark.zig). +Benchmarks can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/benchmark.zig). An intro article can be found [here](https://zig.news/michalz/fast-multi-platform-simd-math-library-in-zig-2adn).