Skip to content

Commit bba7ef4

Browse files
committed
Typo fixes in README
1 parent 8893683 commit bba7ef4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can find the most recent updated documentation [here](http://arrayfire.githu
1818

1919
## Supported platforms
2020

21-
Linux, Windows and OSX. We recommend using Rust 1.15.1 or higher.
21+
Linux, Windows and OSX. Rust 1.15.1 or higher is required.
2222

2323
## Use from Crates.io [![](http://meritbadge.herokuapp.com/arrayfire)](https://crates.io/crates/arrayfire)
2424

@@ -69,7 +69,6 @@ af_print!("Create a 5-by-3 matrix of random floats on the GPU", a);
6969
```bash
7070
~/p/arrayfire_rust> cargo run --example helloworld
7171
...
72-
running 1 test
7372
Create a 5-by-3 matrix of random floats on the GPU
7473
[5 3 1 1]
7574
0.7402 0.4464 0.7762

0 commit comments

Comments
 (0)