We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1b0cc commit 15fc620Copy full SHA for 15fc620
README.md
@@ -12,9 +12,11 @@ files.
12
Add this library to your `bb.edn` in the `:deps` map:
13
14
``` clojure
15
-io.github.babashka/instaparse-bb {:git/sha "24706387a55c59c559f7d3e82a2ca00b90966476"}
+io.github.babashka/instaparse-bb {:git/sha "<latest-sha>"}
16
```
17
18
+Replace `<latest-sha>` with the latest SHA of this repo or use a tagged version.
19
+
20
## API
21
22
Only a subset of instaparse is exposed. If you are missing functionality, please create an issue.
0 commit comments