[docs]: 3rd (nrepl) state in "Mount and Deploy!"

This commit is contained in:
anatoly 2015-10-21 08:40:32 -04:00
parent 33adb3b226
commit eb95689e94

View file

@ -159,10 +159,11 @@ an example.
## Mount and Develop! ## Mount and Develop!
`mount` comes with an example [app](https://github.com/tolitius/mount/tree/master/test/app) `mount` comes with an example [app](https://github.com/tolitius/mount/tree/master/test/app)
that has two states: that has 3 states:
* `config`, loaded from the files and refreshed on each `(reset)` * `config`, loaded from the files and refreshed on each `(reset)`
* `datamic connection` that uses the config to create itself * `datamic connection` that uses the config to create itself
* `nrepl` that uses config to bind to host/port
### Running New York Stock Exchange ### Running New York Stock Exchange