Skip to content

Commit 9f2b04b

Browse files
puredangerpracticalli-johnny
authored andcommitted
Fix out of date task example
Signed-off-by: Alex Miller <alex@puredanger.com>
1 parent b9b5203 commit 9f2b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ How to run common tasks for Clojure development.
158158
| Run the project (clojure.main) | `clojure -M -m domain.main-namespace` | Built-in |
159159
| Check library dependencies for newer versions | `clojure -T:search/outdated` | Practicalli |
160160
| Download dependencies | `clojure -P` (followed by optional aliases) | Built-in |
161-
| Generate image of project dependency graph | `clojure -T:project/graph-deps` | Practicalli |
161+
| Generate image of project dependency graph | `clojure -T:graph/deps` | Practicalli |
162162
| Deploy library locally (~/.m2/repository) | `clojure -X:deps mvn-install :jar '"project.jar"'` | Built-in |
163163
| Find library names (Clojars & Maven Central) | `clojure -M:search/libraries qualified-library-names` | Practicalli |
164164
| Find available versions of a library | `clojure -X:deps find-versions :lib domain/library-name` | Built-in |

0 commit comments

Comments
 (0)