From 283f6c048d0fdd39b7bd67422481766882bd4857 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 23 Aug 2023 09:04:36 +0000 Subject: [PATCH] fix code snippets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9813a7f9..12249d24 100644 --- a/README.md +++ b/README.md @@ -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. -``` +```bash cd myapp cargo add anyhow ```