From 417d53a12f57bdaac313831c5bed02c025f77f79 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 13 Aug 2020 20:22:34 +0530 Subject: [PATCH] Added scala tag to readme code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 395120d..7e394a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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 amm stompTest.sc --username yourusername --password yourpassword ```