Skip to content

Commit 71d78de

Browse files
committed
Update README
1 parent 527cf0e commit 71d78de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A tiny data-oriented debugging tool for Clojure(Script), powered by transducers
1111
- Logs are just Clojure data, so you can use DataScript, REBL or whatever tools for more sophisticated log analysis
1212
- [Integration with transducers](#integration-with-transducers) enables various flexible logging strategies
1313
- [Instrumentation](#instrumentation) on vars makes it easier to debug functions without touching their code
14-
- Supports Clojure/ClojureScript/self-hosted ClojureScript
14+
- Supports most of Clojure platforms (namely, Clojure, ClojureScript, self-hosted ClojureScript and Babashka)
1515
- Possible to use for debugging multi-threaded programs
1616

1717
## Synopsis
@@ -85,6 +85,7 @@ A tiny data-oriented debugging tool for Clojure(Script), powered by transducers
8585

8686
- Clojure 1.8+, or
8787
- ClojureScript 1.10.238+, or
88+
- Babashka v0.10.163+, or
8889
- Planck 2.24.0+, or
8990
- Lumo 1.10.1+
9091

0 commit comments

Comments
 (0)