diff --git a/README.md b/README.md index 7e394a0..3140c36 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ You need to have [ammonite](https://ammonite.io) installed. Once you have done that, start a local instance of Chatto, and run the command - -``` scala +``` bash amm stompTest.sc --username yourusername --password yourpassword ``` or -``` +``` bash ./stompTest.sc --username yourusername --password yourpassword ```