From 7aab3fd476b937fa9f6110c732758cf0ccab490a Mon Sep 17 00:00:00 2001 From: Amean Asad Date: Mon, 7 Aug 2023 12:09:40 -0400 Subject: [PATCH] Update README.md Co-authored-by: Julian Gruber --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dae0f6..21be148 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ foundry test To iterate quickly, the `anvil` network can be used to develop locally. Note that Anvil strictly uses Etheruem addressing and does not include Filecoin pre-compiles. -First run `anvil` by running: +First run `anvil`: ```bash anvil ```