We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0470ef7 commit 3b0e578Copy full SHA for 3b0e578
README.md
@@ -425,8 +425,8 @@ See the [example](examples/js-interop/example.cljs) of what is currently support
425
426
## Reader conditionals
427
428
-Nbb supports the following reader conditional features: `:org.babashka/nbb` and
429
-`:cljs` in that order of priority:
+Nbb supports the following reader conditional platform tags: `:org.babashka/nbb` and
+`:cljs`. Whichever is first takes priority:
430
431
``` clojure
432
#?(:org.babashka/nbb 1 :cljs 2) ;;=> 1
0 commit comments