From d1eab49ad7a5dee7c56e490a7981201ac3f15e59 Mon Sep 17 00:00:00 2001 From: Andrew Cheng Date: Fri, 8 Jan 2016 12:54:25 -0800 Subject: [PATCH] minor copy edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2c55b7..bda7d11 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ dev=> (mount/stop) dev=> (mount/start) ``` -While it is not always necessary, mount lificycle can be easily hooked up to [tools.namespace](https://github.com/clojure/tools.namespace), +While it is not always necessary, mount lifecycle can be easily hooked up to [tools.namespace](https://github.com/clojure/tools.namespace), to make the whole application reloadable with refreshing the app namespaces. Here is a [dev.clj](dev/clj/dev.clj) as an example, that sums up to: