about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorThel Seraphim <thel.seraphim@gmail.com>2015-03-13 19:34:43 -0700
committerThel Seraphim <thel.seraphim@gmail.com>2015-03-13 19:34:43 -0700
commitec62e36ee31ffd6a0ee2370451448b8967f4d10a (patch)
tree1763d61a4840d954f9b1fec8dc94f1a7fac8293e /README.md
parent04402da472a3dd7698453a1561e332682c0b5c7e (diff)
include hiccup library and small functioning example, don't merge until it looks nice.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
 ```