Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

README: fix the usage in another task #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ named `:sparkfund.boot-lein/project-clj`, or pass the map as the `override` opti
;or invoke the task directly from some other task
(deftask whatever
[] ;...
(write-project-clj {:override {:url "https://github.com/SparkFund/boot-lein-generate"}}))
(write-project-clj :override {:url "https://github.com/SparkFund/boot-lein-generate"}))
```

You can also specify these overrides from the command line, although you have to be a little
Expand Down