From e2e2d17d87cd16e9923df95b3e855641fef702aa Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 13 Aug 2020 20:23:43 +0530 Subject: [PATCH] Added bash tags to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```