Skip to content

Commit 8a8d076

Browse files
committed
docs: add installation links from clojars
1 parent 37cbfa6 commit 8a8d076

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,18 @@ This SDK is an auto-generated Clojure library for interacting with the Stripe AP
3030
Add the dependency to your `deps.edn` (or your preferred build tool) once the artifact is published to Clojars. For example:
3131

3232
```clojure
33-
{:deps {io.github.clojurestream/stripe-clojure {:git/sha "SHA"}}}
33+
io.github.clojurestream/stripe-clojure {:git/sha "37cbfa66da3144ca306b01aea87f63f8c3cb7b6c"}}
3434
```
3535

36+
```clojure
37+
stream.clojure/stripe-clojure {:mvn/version "1.0.0-beta.1"}
38+
```
39+
40+
```clojure
41+
[stream.clojure/stripe-clojure "1.0.0-beta.1"]
42+
```
43+
44+
3645
### Configuring Your API Key
3746

3847
The SDK uses a dynamic var to hold your Stripe API key. To avoid having to wrap every call in `binding`, you can set the API key globally at startup using the provided `set-api-key` function.

0 commit comments

Comments
 (0)