Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf147 committed Apr 29, 2024
1 parent 1ee6c08 commit f9ba99f
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
@@ -1,4 +1,4 @@
# REST API SDK for SMS
# REST API SDK for SMS and MMS

This is the Java SDK for the Sinch REST SMS API for sending and receiving single or batch SMS/MMS messages. It also supports
scheduled sends, organizing your frequent recipients into groups, and customizing your message for each recipient using
Expand All @@ -20,13 +20,13 @@ Maven
<dependency>
<groupId>com.sinch</groupId>
<artifactId>sdk-sms</artifactId>
<version>2.0.0</version>
<version>2.1.1</version>
</dependency>
```

Gradle
```groovy
implementation 'com.sinch:sdk-sms:2.0.0'
implementation 'com.sinch:sdk-sms:2.1.1'
```

## Quick Start
Expand Down

0 comments on commit f9ba99f

Please sign in to comment.