diff options
author | The Lux Programming Language | 2017-10-04 22:36:13 -0400 |
---|---|---|
committer | GitHub | 2017-10-04 22:36:13 -0400 |
commit | 7a4bbd7902558b92092738507bcb3ff023fe9e2d (patch) | |
tree | 9d61ed96bfb4b23d42d232d93ebe7359812d8bb2 | |
parent | fba66385eebd43f052b3c188dbcfa0d62b8ec377 (diff) | |
parent | 6358a4e3e45847a6d1c9fa3c30310c7476aa01d0 (diff) |
Merge pull request #38 from lgastako/patch-1
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"} ) ``` |