Update doc/TUTORIAL.md

This commit is contained in:
John Chijioke 2012-04-07 19:11:09 +02:00
parent 82bbd3b601
commit d2d4617b2f

View file

@ -29,8 +29,8 @@ Generating a new project is easy:
Here we've got your project's README, a `src/` directory containing the Here we've got your project's README, a `src/` directory containing the
code, a `test/` directory, and a `project.clj` file which describes your code, a `test/` directory, and a `project.clj` file which describes your
project to Leiningen. The `src/my/stuff.clj` file corresponds to project to Leiningen. The `src/my_stuff/core.clj` file corresponds to
the `my.stuff` namespace. the `my-stuff.core` namespace.
Note that we use `my-stuff.core` instead of just `my-stuff` since Note that we use `my-stuff.core` instead of just `my-stuff` since
single-segment namespaces are discouraged in Clojure. Also note that single-segment namespaces are discouraged in Clojure. Also note that