From ec62e36ee31ffd6a0ee2370451448b8967f4d10a Mon Sep 17 00:00:00 2001 From: Thel Seraphim Date: Fri, 13 Mar 2015 19:34:43 -0700 Subject: include hiccup library and small functioning example, don't merge until it looks nice. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c13301a..38f9fbd 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ $ java -cp target/pronouns-standalone.jar clojure.main -m pronouns.web Then browse to localhost:5000 -You can also just run quickstart.sh which will do all of these things for you. Do it like this +You can also just run quickstart.sh which will do all of these things for you. Do it like this to get an example running on port 666 ``` -$ ./quickstart.sh +$ ./quickstart.sh 666 ``` -- cgit