diff --git a/README.md b/README.md index 876c32e..f7ebede 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ *Note:* All the following commands can be run inside `sbt` shell. For the sake of simplicity, it is assumed the developer is in her Terminal when running the commands. -## Compile and Build +## Compile/Build To build code and compile use `sbt compile` and `sbt build`. It's recommended to use `sbt clean` before any of them :-).