Skip to content

Commit

Permalink
added installation steps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Jun 27, 2023
1 parent 85fce3e commit 0c2f3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Use the following dependency in your project to grab via Maven:
<dependency>
<groupId>com.twilio.sdk</groupId>
<artifactId>twilio</artifactId>
<version>9.X.X</version>
<version>10.X.X-rc.x</version>
<scope>compile</scope>
</dependency>
```

or Gradle:

```groovy
implementation "com.twilio.sdk:twilio:9.X.X"
implementation "com.twilio.sdk:twilio:10.X.X-rc.x"
```

If you want to compile it yourself, here's how:
Expand Down

0 comments on commit 0c2f3ea

Please sign in to comment.