Skip to content

Commit 8df6b05

Browse files
committed
Correct opencl interop crate README commands
1 parent 83a7fb8 commit 8df6b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencl-interop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Supported on all platforms [arrayfire-rust][1] is supported.
1818

1919
Command to build the crate
2020
```
21-
cargo build -p af_opencl_interop
21+
cargo build -p af-opencl-interop
2222
```
2323

2424
Use the following command to run an example
2525
```
26-
cargo run -p af_opencl_interop --example custom_kernel
26+
cargo run -p af-opencl-interop --example afocl_custom_kernel
2727
```
2828

2929
This crate can be used by directly using the packages on crates.io or building them on your own.

0 commit comments

Comments
 (0)