diff --git a/.gitignore b/.gitignore index d473406..0962599 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ target/ .hlisp-work-dir/ .lein-repl-history test/src/ +pom.xml.asc diff --git a/project.clj b/project.clj index 566f5e9..70495ee 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject hoplon/lein-template "2.3.0" +(defproject hoplon/lein-template "2.3.1" :description "Create new Hoplon projects with style and grace." :url "http://github.com/tailrecursion/hoplon-template/" :license {:name "Eclipse Public License" diff --git a/src/leiningen/new/hoplon/README.md b/src/leiningen/new/hoplon/README.md index 945ea60..1e628c1 100644 --- a/src/leiningen/new/hoplon/README.md +++ b/src/leiningen/new/hoplon/README.md @@ -16,11 +16,7 @@ A Hoplon project designed to...well, that part is up to you. $ boot development ``` -2. Open the compiled html file. It's located at: - - ``` - resources/public/index.html - ``` +2. Go to [http://localhost:8000][3] in your browser. You should see "Hello, World!". 3. You're already done. @@ -30,3 +26,4 @@ Copyright © {{year}}, **Your Name Goes Here** [1]: https://github.com/tailrecursion/boot [2]: https://github.com/technomancy/leiningen +[3]: http://localhost:8000