diff options
author | William Carroll <wpcarro@gmail.com> | 2020-06-16T10·51+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-06-16T10·51+0100 |
commit | 338f855f8f13194eed510db3c725076ce5954a03 (patch) | |
tree | 6f72c27d772a74f98297f51fd25335ed283b6d1c /boilerplate/clojure/README.md | |
parent | 3e33382675a7eb4b8e025a24a89ff97d11c29056 (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/clojure/README.md')
-rw-r--r-- | boilerplate/clojure/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/clojure/README.md b/boilerplate/clojure/README.md index 93ce4c94d042..2eec7f75e063 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 |