From 6358a4e3e45847a6d1c9fa3c30310c7476aa01d0 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 4 Oct 2017 22:30:50 -0400 Subject: Add missing quote and colon. --- lux-lein/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-lein') 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"} ) ``` -- cgit v1.2.3