From a63689c98d132733661adeff59a2878ae3560897 Mon Sep 17 00:00:00 2001 From: Cameron Voell Date: Fri, 8 Dec 2023 10:52:56 -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 85d75efd3..5de72d690 100644 --- a/example/README.md +++ b/example/README.md @@ -31,7 +31,7 @@ Running tests locally is useful when updating GitHub actions, or locally testing xmtp running(3) /xmtp-react-native/example/dev/local/docker-compose.yml ``` 4. You can now run unit tests on your local emulators -5. You can stop the local xmtp server with the following command +5. You can stop the XMTP server with the following command: ```bash docker-compose -p xmtp -f dev/local/docker-compose.yml down ``` \ No newline at end of file