fix code snippets

This commit is contained in:
Patrick von Platen
2023-08-23 09:04:36 +00:00
parent c8211fc474
commit 283f6c048d

View File

@ -18,7 +18,7 @@ Let's see how to run a simple matrix multiplication.
We will need the [`anyhow`](https://docs.rs/anyhow/latest/anyhow/) package for our example, so let's also add it to our app. We will need the [`anyhow`](https://docs.rs/anyhow/latest/anyhow/) package for our example, so let's also add it to our app.
``` ```bash
cd myapp cd myapp
cargo add anyhow cargo add anyhow
``` ```