Skip to content

Commit 2b3e0b9

Browse files
committed
Minor
1 parent 3628739 commit 2b3e0b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Examples
1010
---------
1111
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.
1212

13-
Note that to run an example, you must specify the desired backend (as described below).
14-
For example, you can run the the `solve` example with the OpenBLAS backend like this:
13+
**Note**: To run examples, you must specify which backend will be used (as described below).
14+
For example, you can execute the [solve](examples/solve.rs) example with the OpenBLAS backend like this:
1515

1616
```sh
1717
cargo run --example solve --features=openblas
1818
```
1919

20-
and test of ndarray-linalg:
20+
and run all tests of ndarray-linalg with OpenBLAS
2121

2222
```sh
2323
cargo test --features=openblas

0 commit comments

Comments
 (0)