From 6b1ace933121619ebd16697ea7c63047b57ca308 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:35:57 +0300 Subject: [PATCH] Update README.md (#20) In your code, there is one error related to an extra backtick at the end of the code block. You are closing the code block with four backticks instead of three. I fixed it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6478a78..a3bdce5 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ foundryup cd chapter1/ forge build forge test -```` +```