mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-19 22:50:01 +00:00
Update section headers in README.md for consistency
This commit is contained in:
parent
2926a8a6e8
commit
f99f78d508
@ -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]);
|
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.
|
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.
|
Each demo runs a couple of mini-scenarios showcasing the APIs.
|
||||||
|
|
||||||
### Running benchmarks
|
## Running benchmarks
|
||||||
|
|
||||||
To run the benchmarks, use:
|
To run the benchmarks, use:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user