From a23def2e2f6dfc12830688ca60cc11e4cbc41e72 Mon Sep 17 00:00:00 2001 From: Corin Lawson Date: Thu, 24 Aug 2017 16:33:02 +1000 Subject: [PATCH] Remove ref to old state alias in `swap-states`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f976cb2..4ace78c 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ Here is a more "involved" example: mount/start) ``` -This will do the same thing as the previous example plus it would swap `#'foo/a` with `#'test/a` state and `#'baz/e` with `{:datomic {:uri "datomic:mem://composable-mount"}}` value before starting the application. +This will do the same thing as the previous example plus it would swap `#'foo/a` with alternative `:start` and `:stop` functions and `#'baz/e` with `{:datomic {:uri "datomic:mem://composable-mount"}}` value before starting the application. ## Start and Stop Parts of Application