aboutsummaryrefslogtreecommitdiff
path: root/lux-lein
diff options
context:
space:
mode:
authorThe Lux Programming Language2017-10-04 22:36:13 -0400
committerGitHub2017-10-04 22:36:13 -0400
commit7a4bbd7902558b92092738507bcb3ff023fe9e2d (patch)
tree9d61ed96bfb4b23d42d232d93ebe7359812d8bb2 /lux-lein
parentfba66385eebd43f052b3c188dbcfa0d62b8ec377 (diff)
parent6358a4e3e45847a6d1c9fa3c30310c7476aa01d0 (diff)
Merge pull request #38 from lgastako/patch-1
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"}
)
```