aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"}
)
```