Skip to content

Commit df5c432

Browse files
committed
update readme
1 parent 4f50aee commit df5c432

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Add tools.deps.graph as an alias in your ~/.clojure/deps.edn so it's available i
1616
```clojure
1717
{...
1818
:aliases
19-
{:graph {:deps {org.clojure/tools.deps.graph {:mvn/version "1.0.56"}}
19+
{:graph {:replace-deps {org.clojure/tools.deps.graph {:mvn/version "1.0.56"}}
2020
:main-opts ["-m" "clojure.tools.deps.graph"] ;; deprecated
21-
:default-ns clojure.tools.deps.graph}}}
21+
:ns-default clojure.tools.deps.graph}}}
2222
```
2323

2424
tools.deps.graph supports both older clojure.main invocation (deprecated) and newer exec function invocation (clj -X).

0 commit comments

Comments
 (0)