From c9a0f0c6054377869dcf8d7226204b4388ecf027 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sat, 7 Nov 2015 12:53:29 -0500 Subject: [PATCH] docs: start and stop order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1042c3..81117da 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ the `(reset)` is then used in REPL to restart / relaod application state without ## Start and Stop Order -Since dependencies are "injected" by `require`ing on the namespace level, `mount` _trusts Clojure compiler_ to -maintain the start order for all the `defstates`. +Since dependencies are "injected" by `require`ing on the namespace level, `mount` **trusts the Clojure compiler** to +maintain the start and stop order for all the `defstates`. The "start" order is then recorded and replayed on each `(reset)`.