Skip to content

Commit

Permalink
feat: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdev01 committed Apr 6, 2024
1 parent cb0c857 commit 7e98125
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# ASAAS SDK


This SDK was built by [@jpdev01](https://github.com/jpdev01) to facilitate the development of integrations with https://asaas.com.br

## :closed_book: Documentação

## Hot to use the SDK

The recommended way to use the AWS SDK for Java in your project is to consume it from Maven Central. (includes all modules present in the API).
Expand Down Expand Up @@ -36,4 +31,5 @@ Invoice invoice = Invoice.creator()
.setPis(Money.create(0.65))
)
.create();
```
```
== teste

0 comments on commit 7e98125

Please sign in to comment.