From 652693d2eb7478ce8cedec3f7a1851c213462a49 Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:21:03 -0500 Subject: [PATCH] docs: missed "Brownie" -> "Ape" in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bab140a..75099fb 100644 --- a/readme.md +++ b/readme.md @@ -238,7 +238,7 @@ Next start the container with existing environment variables: ```sh docker run --env-file=deployments/{{chain}}.env --rm -v $(pwd):/app -w /app -it velodrome/sugar sh ``` -The environment has Brownie and Vyper already installed. +The environment has Ape and Vyper already installed. To run the tests inside the container, use: ```sh