Remove {} from deps example
This commit is contained in:
parent
467a0517bb
commit
15ddd15fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
or:
|
or:
|
||||||
|
|
||||||
`{com.acme/jdbc {:mvn/version \"1.2.3\"}} ; CLI/deps.edn`
|
`com.acme/jdbc {:mvn/version \"1.2.3\"} ; CLI/deps.edn`
|
||||||
|
|
||||||
Note: the `:classname` value can be a string or a vector of strings. If
|
Note: the `:classname` value can be a string or a vector of strings. If
|
||||||
a vector of strings is provided, an attempt will be made to load each
|
a vector of strings is provided, an attempt will be made to load each
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue