diff options
author | John | 2017-10-04 22:30:50 -0400 |
---|---|---|
committer | GitHub | 2017-10-04 22:30:50 -0400 |
commit | 6358a4e3e45847a6d1c9fa3c30310c7476aa01d0 (patch) | |
tree | 9107e44101a415f9f0912a561a8611567e4e7727 | |
parent | 36b89b978e8bc6f084e67a11207488ea2fe25c72 (diff) |
Add missing quote and colon.
-rw-r--r-- | lux-lein/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lein/README.md b/lux-lein/README.md index 018195dcb..934b261be 100644 --- a/lux-lein/README.md +++ b/lux-lein/README.md @@ -10,8 +10,8 @@ Here's an example: :dependencies [[io.vertx/vertx-web "3.0.0"]] :source-paths ["source"] :test-paths ["test"] - :lux {:program "tutorial1 - tests "tests"} + :lux {:program "tutorial1" + :tests "tests"} ) ``` |