Skip to content

Commit

Permalink
Merge pull request technomancy#1430 from mblair/add-new-app-files
Browse files Browse the repository at this point in the history
mention all files created by the project generator
  • Loading branch information
technomancy committed Jan 27, 2014
2 parents c845d45 + b35aa83 commit 195b723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ Generating a new project is easy:
./.gitignore
./doc
./doc/intro.md
./LICENSE
./project.clj
./README.md
./resources
./src
./src/my_stuff
./src/my_stuff/core.clj
Expand Down Expand Up @@ -163,7 +165,7 @@ though you'll need to learn to read it for Java libraries from
[Central](http://search.maven.org). You can copy the Leiningen version
directly into the `:dependencies` vector in `project.clj`. So for
instance, if you change replace the `:dependencies` line in the example
`project.clj` above to
`project.clj` above to

```clj
:dependencies [[org.clojure/clojure "1.5.1"]
Expand Down

0 comments on commit 195b723

Please sign in to comment.