From 4959ed05a9073a6ac58bdfb8d6bf8d662e130a6c Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sun, 23 Aug 2020 11:56:30 +0100 Subject: [PATCH] Fix code fences. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2840780..053905f 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Alternatively, from the top-level folder, you can specify the binary you are int ```bash # Run the application as it is at end of the first part of Chapter 3 cargo run --bin chapter03-0 -`` +```