From 80bdfe33db4ffd58f9645ccea3ba1d4073f27b73 Mon Sep 17 00:00:00 2001 From: Cameron Voell Date: Fri, 8 Dec 2023 10:52:43 -0800 Subject: [PATCH] Update example/README.md Co-authored-by: J-Ha <5481259+jhaaaa@users.noreply.github.com> --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index df800e20d..85d75efd3 100644 --- a/example/README.md +++ b/example/README.md @@ -30,7 +30,7 @@ Running tests locally is useful when updating GitHub actions, or locally testing NAME STATUS CONFIG FILES xmtp running(3) /xmtp-react-native/example/dev/local/docker-compose.yml ``` -4. You can now run Unit tests on your local emulators +4. You can now run unit tests on your local emulators 5. You can stop the local xmtp server with the following command ```bash docker-compose -p xmtp -f dev/local/docker-compose.yml down