Update README.md

This commit is contained in:
Michiel Borkent 2019-10-27 00:01:32 +02:00 committed by GitHub
parent 9acfa5870a
commit 8d60e22f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,7 +304,7 @@ $ bb script.clj -h
Babashka supports reader conditionals using the `:bb` feature:
``` clojure
cat example.clj
$ cat example.clj
#?(:clj (in-ns 'foo) :bb (println "babashka doesn't support in-ns yet!"))
$ ./bb example.clj