Merge pull request #1362 from pashields/patch-1

Update dependency name in profile example
This commit is contained in:
Michael Klishin 2013-10-30 11:43:16 -07:00
commit 24b18f8a08

View file

@ -17,7 +17,7 @@ and they will be merged into the project map when that profile is
active.
The example below adds a "dummy-data" resources directory during
development and a dependency upon "midje" that's only used for tests.
development and a dependency upon "expectations" that's only used for tests.
```clj
(defproject myproject "0.5.0-SNAPSHOT"