From d2d4617b2ff1e14a4162372d3aee868a459b34bc Mon Sep 17 00:00:00 2001 From: John Chijioke Date: Sat, 7 Apr 2012 19:11:09 +0200 Subject: [PATCH] Update doc/TUTORIAL.md --- doc/TUTORIAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 32808592..8a950fa7 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -29,8 +29,8 @@ Generating a new project is easy: 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 -project to Leiningen. The `src/my/stuff.clj` file corresponds to -the `my.stuff` namespace. +project to Leiningen. The `src/my_stuff/core.clj` file corresponds to +the `my-stuff.core` namespace. Note that we use `my-stuff.core` instead of just `my-stuff` since single-segment namespaces are discouraged in Clojure. Also note that