From bf5294edb73208044c52fb9c36176ff3212d1833 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 1 Dec 2015 00:28:36 -0500 Subject: [PATCH] [docs value of values]: removing "mount" prefix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a6d85..20ca43c 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ is an example of a Datomic connection that "depends" on a similar `app-config`. Lifecycle functions start/stop/suspend/resume can take both functions and values. This is "valuable" and also works: ```clojure -(mount/defstate answer-to-the-ultimate-question-of-life-the-universe-and-everything :start 42) +(defstate answer-to-the-ultimate-question-of-life-the-universe-and-everything :start 42) ``` Besides scalar values, lifecycle functions can take anonymous functions, partial functions, function references, etc.. Here are some examples: