Skip to content

Commit 021f634

Browse files
committed
Docs edits.
1 parent 40a8e63 commit 021f634

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
The OpenTok Java SDK lets you generate
66
[sessions](http://tokbox.com/opentok/tutorials/create-session/) and
77
[tokens](http://tokbox.com/opentok/tutorials/create-token/) for [OpenTok](http://www.tokbox.com/)
8-
applications that run on the JVM. This version of the SDK also includes support for working with
9-
[OpenTok 2.0 archives](http://tokbox.com/#archiving).
8+
applications that run on the JVM. This version of the SDK also includes support for working
9+
with [OpenTok 2.0 archives](http://tokbox.com/#archiving).
10+
11+
If you are updating from a previous version of this SDK, see
12+
[Important changes in v2.2](#important-changes-in-v22).
13+
1014

1115
# Installation using Maven Central (recommended):
1216

1317
The [Maven Central](http://central.sonatype.org/) repository helps manage dependencies for JVM
1418
based projects. It can be used via several build tools, including Maven and Gradle.
1519

16-
If you are updating from a previous version of this SDK, see
17-
[Important changes in v2.2](#important-changes-in-v22).
18-
1920
### Maven
2021

2122
When you use Maven as your build tool, you can manage dependencies in the `pom.xml` file:

0 commit comments

Comments
 (0)