Fix markdown typo in README.md

This commit is contained in:
Lee Hinman 2012-02-08 08:34:39 -07:00
parent 3b52db5df8
commit a7b9114df6

View file

@ -137,7 +137,7 @@ Another use of profiles is to test against various sets of dependencies:
[cdt "1.2.6.2"]] [cdt "1.2.6.2"]]
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]} :profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0-beta1"]]}}) :1.4 {:dependencies [[org.clojure/clojure "1.4.0-beta1"]]}})
```clj ```
To activate other profiles for a given run, use the `with-profile` To activate other profiles for a given run, use the `with-profile`
higher-order task: higher-order task: