about summary refs log tree commit diff
path: root/boilerplate
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-06-16T10·51+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-06-16T10·51+0100
commit338f855f8f13194eed510db3c725076ce5954a03 (patch)
tree6f72c27d772a74f98297f51fd25335ed283b6d1c /boilerplate
parent3e33382675a7eb4b8e025a24a89ff97d11c29056 (diff)
Update Clojure boilerplate docs
After consuming some of this boilerplate for a TopTal assessment, I found a few
inconsistencies with my docs.
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/clojure/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/clojure/README.md b/boilerplate/clojure/README.md
index 93ce4c94d0..2eec7f75e0 100644
--- a/boilerplate/clojure/README.md
+++ b/boilerplate/clojure/README.md
@@ -16,7 +16,7 @@ placeholder values:
 - `README.md`: Change the title; change the description; drop "Files to change";
   keep "Getting started"
 - `project.clj`: Change title
-- `src/project.clj`: Change `:doc`; drop `main/foo`
+- `src/main.clj`: Change `:doc`; drop `main/foo`
 
 ## Getting started