From 348297ee11d47786fdab20fb73bb53784784adb3 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Tue, 9 Jul 2019 10:28:49 -0400 Subject: [PATCH] [docs]: (create-conn) rephrase clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e00a0c..3ad10fc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Creating state is easy: (defstate conn :start (create-conn)) ``` -where the `create-conn` function creates a connection to, say a database, and is defined elsewhere, can be right above it. +where the `create-conn` function creates a connection (for example to a database) and is defined elsewhere, can be right above it. In case this state needs to be cleaned / destroyed between reloads, there is also `:stop`