Readme fix on start-with-states

This commit is contained in:
Mike Konkov 2016-03-09 00:02:37 +01:00
parent 78b9a23c71
commit c3ce0c6401

View file

@ -384,7 +384,7 @@ When running tests it would be great _not_ to send the real text messages, but r
The `start-with-states` function takes other states as substitues:
```clojure
(mount/start-with {#'app.neo/db #'app.test/test-db
(mount/start-with-states {#'app.neo/db #'app.test/test-db
#'app.neo/publisher #'app.test/test-publisher})
```