Skip to content

Commit eef9276

Browse files
committed
Update README
Change to Beta as most of the things are completed. Automated testing - unit, integration, and e2e.
1 parent 2b6c8d2 commit eef9276

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The Stripe Clojure (JVM) library provides convenient access to the Stripe API fr
44

55
This library is automatically generated using Stripe's OpenAPI specification, ensuring up-to-date compatibility with the latest Stripe API features.
66

7-
> [!CAUTION]
8-
> Alpha (α) : This library is in an early-stage development phase. Names, structures, and functionalities may change as the project evolves. Expect breaking changes before a stable release.
7+
> [!WARNING]
8+
> Beta (β): This library is in beta development phase. Feature-complete but may contain bugs; users can provide feedback.
99
1010
## Rationale
1111

@@ -30,7 +30,7 @@ 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/tag "TAG" :git/sha "SHA"}}}
33+
{:deps {io.github.clojurestream/stripe-clojure {:git/sha "SHA"}}}
3434
```
3535

3636
### Configuring Your API Key

0 commit comments

Comments
 (0)