Skip to content

Commit f1b5e8d

Browse files
committed
Merge branch 'aoberoi-docs.package-name-correction'
2 parents b8626e5 + 93611b7 commit f1b5e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
2525

2626
```xml
2727
<dependency>
28-
<groupId>com.opentok</groupId>
28+
<groupId>com.tokbox</groupId>
2929
<artifactId>opentok-server-sdk</artifactId>
3030
<version>2.2.0</version>
3131
</dependency>
@@ -37,7 +37,7 @@ When you use Gradle as your build tool, you can manage dependencies in the `buil
3737

3838
```groovy
3939
dependencies {
40-
compile group: 'com.opentok', name: 'opentok-server-sdk', version: '2.2.0'
40+
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '2.2.0'
4141
}
4242
```
4343

0 commit comments

Comments
 (0)