From 7e981255151b523c61660dcdfd2991ed3e296d72 Mon Sep 17 00:00:00 2001 From: Joao Pedro Truchinski Borba Date: Sat, 6 Apr 2024 19:40:48 -0300 Subject: [PATCH] feat: documentation --- docs/readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index 38cc7a5..3823bdc 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -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). @@ -36,4 +31,5 @@ Invoice invoice = Invoice.creator() .setPis(Money.create(0.65)) ) .create(); -``` \ No newline at end of file +``` +== teste \ No newline at end of file