From f99f78d508732a41398abe8920e8032d23c72b1f Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sun, 3 Aug 2025 16:44:34 +0100 Subject: [PATCH] Update section headers in README.md for consistency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc79ed..fd6123c 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ let zipped_matrix = a.zip(&b, |x, y| x + y); assert_eq!(zipped_matrix.data(), &[6.0, 8.0, 10.0, 12.0]); ``` -### More examples +## More examples See the [examples](./examples/) directory for some demonstrations of Rustframe's syntax and functionality. @@ -191,7 +191,7 @@ cargo run --example Each demo runs a couple of mini-scenarios showcasing the APIs. -### Running benchmarks +## Running benchmarks To run the benchmarks, use: