diff --git a/README.md b/README.md index 4c5531b3..39a1f673 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ echo '3' | bb '(#f (+ %1 %2 %3) 1 2 *in*)' Regexes are written using the reader tag `#r`. ``` shellsession -$ ls | bb --raw '*in*' | bb '(filterv #f (re-find #r "reflection" %) *in*)' +$ ls | bb --raw '(filterv #f (re-find #r "reflection" %) *in*)' ["reflection.json"] ``` diff --git a/resources/BABASHKA_VERSION b/resources/BABASHKA_VERSION index 4e379d2b..afab4ce2 100644 --- a/resources/BABASHKA_VERSION +++ b/resources/BABASHKA_VERSION @@ -1 +1 @@ -0.0.2 +0.0.3-SNAPSHOT