Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Jul 28, 2022
1 parent 0ef3060 commit 78696e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ your project `build.gradle` if you want to import the core functionality of thro
define version in file gradle.properties

```
throwAbleVersion=2.3
throwableVersion=2.3
```

or in build.gradle ext area

```
throwAbleVersion = "2.3"
throwableVersion = "2.3"
```

and then add the dependency to the dependencies area

```
implementation("io.github.astrapi69:throwable:$throwAbleVersion")
implementation("io.github.astrapi69:throwable:$throwableVersion")
```

# Usage
Expand Down

0 comments on commit 78696e0

Please sign in to comment.