diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-25 11:21:00 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-25 11:21:00 -0500 |
commit | 5bed152898d7c68c3d5fb48054d03939052625df (patch) | |
tree | f8c1f872137933839d108efa92a47b4978a8e5a7 | |
parent | 78df570b8d5d342e6129df9a1a2e54affb8ed42a (diff) |
Correct README typo
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Additional build commands are available: To start a Clojure REPL (Read-Eval-Print Loop) mvn compile - To compile sources code without building a JAR + To compile sources without building a JAR mvn test To run unit tests |