Skip to content

Commit

Permalink
upd: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdev01 committed Apr 7, 2024
1 parent 8604451 commit 4f88658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The recommended way to use the AWS SDK for Java in your project is to consume it
</dependency>
```

Before making any requests, you need to call the `init` method using your API key.
Before making any requests, you need to call the `init` method using your API key (just once)
```java
Asaas.init("your_api_key");
```
Expand Down

0 comments on commit 4f88658

Please sign in to comment.