Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
Fix readme
Better gitignore
  • Loading branch information
mynomoto committed Aug 19, 2014
1 parent 809744c commit 2a6da1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,3 +13,4 @@ target/
.hlisp-work-dir/
.lein-repl-history
test/src/
pom.xml.asc
2 changes: 1 addition & 1 deletion 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"
Expand Down
7 changes: 2 additions & 5 deletions src/leiningen/new/hoplon/README.md
Expand Up @@ -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.

Expand All @@ -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

0 comments on commit 2a6da1d

Please sign in to comment.