Compare commits

..

No commits in common. "main" and "39K" have entirely different histories.
main ... 39K

2 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
.clj-kondo
.lsp
.cpcache

View file

@ -9,14 +9,14 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g
## Installation
Add this to your `bb.edn`:
Add this to your `deps.edn`:
```clojure
{:paths ["src"]
:deps {com.travisshears/gum-utils {:git/url "https://git.travisshears.com/travisshears/gum-utils"
:git/tag "39K"
:git/sha "748b21d358b62db0476bc3577cb5398acc533ba1"}}}
{:deps {com.travisshears/gum-utils {
:git/url "https://git.travisshears.com/travisshears/gum-utils"
:git/tag "40K"
:git/sha "77935f39f741"
}}}
```
## Dev