From 1af5c716c5931ad9401d1954f0e183f288c5100b Mon Sep 17 00:00:00 2001 From: Joseph Gimba <86230531+Joewizy@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:54:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f297c..5a6b59d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To view detailed test coverage reports for your contracts $ make anvil ``` ### Deploy -By default, your local node will be used here. For it to deploy, it must be running in a separate terminal. +By default, your local node will be used here. For it to deploy, anvil must be running in a separate terminal. ```shell $ make deploy ```