From 163fa307331bff97d8f9bf997e8eb087aea54ee0 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 30 Jul 2025 18:51:00 +0100 Subject: [PATCH] Update README.md --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index ee089737..6d12dd50 100644 --- a/web/README.md +++ b/web/README.md @@ -28,4 +28,4 @@ docker build -t swarmui -f Dockerfile.webserver . ``` ## Smart contract -The UI is set up to receive information from a smart contract. For development, it is assumed a smart contract is running locally using anvil. \ No newline at end of file +The UI is set up to receive information from a smart contract. For development, it is assumed a smart contract is running locally using Anvil.