Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hadielmougy authored Apr 27, 2024
1 parent 4e086d2 commit 724c5a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Fault tolerance library for java

## Usage

```xml
<dependency>
<groupId>io.github.hadielmougy</groupId>
<artifactId>shield</artifactId>
<version>0.1</version>
</dependency>
```

```java

final Retry retry = Interceptor.retry()
Expand Down

0 comments on commit 724c5a3

Please sign in to comment.