aboutsummaryrefslogtreecommitdiff
path: root/lux-lein
diff options
context:
space:
mode:
authorJohn2017-10-04 22:30:50 -0400
committerGitHub2017-10-04 22:30:50 -0400
commit6358a4e3e45847a6d1c9fa3c30310c7476aa01d0 (patch)
tree9107e44101a415f9f0912a561a8611567e4e7727 /lux-lein
parent36b89b978e8bc6f084e67a11207488ea2fe25c72 (diff)
Add missing quote and colon.
Diffstat (limited to 'lux-lein')
-rw-r--r--lux-lein/README.md4
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"}
)
```