tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

Readme: start and stop take vars, not namespaces #35

Closed Peeja closed 8 years ago

Peeja commented 8 years ago

In the Readme, under Start and Stop Parts of Application, it says that start and stop optionally take "namespaces". But they appear to take vars, no?

Can they also take namespaces, and will they then apply to every defstate in the namespace? Or is that just a typo?

tolitius commented 8 years ago

@Peeja, good point, thanks. fixed