branch: elpa/inf-clojure
commit 04a3b90cf22f702f372b64b74c4a7cc52534ce5c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Update REPL type list to include all supported types
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 992149cf61..95b8d878fc 100644
--- a/README.md
+++ b/README.md
@@ -372,7 +372,7 @@ obtained from `inf-clojure-repl-features`:
 ```emacs-lisp
 (mapcar 'car inf-clojure-repl-features)
 
-;; => (cljs planck joker clojure babashka)
+;; => (cljs planck joker babashka node-babashka clojure clojure-clr lein-clr)
 ```
 
 What does it mean that a REPL type is supported? Well, it means that

Reply via email to