Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ In case this state needs to be cleaned / destroyed between reloads, there is als

```clojure
(defstate conn :start (create-conn)
:stop (disconnect conn))
:stop (disconnect @conn))
```

That is pretty much it. But wait, there is more.. this state is _a top level being_, which means it can be simply
Expand Down