diff --git a/README.md b/README.md index 0efe5922..4236b4fa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is a wrapper over mature C libraries, [FreeType](https://www.freetype.org), [ If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file: ```groovy -compile 'com.github.mta452:tehreer-android:2.2' +compile 'com.github.mta452:tehreer-android:2.3' ``` ## Proguard @@ -29,7 +29,7 @@ compile 'com.github.mta452:tehreer-android:2.2' ``` ## API Reference -The [Javadocs](https://mta452.github.io/Tehreer-Android/apidocs/) are available for online browsing. The Javadocs are also bundled as source Jars with each distribution for consumption in the IDE. +The [Javadocs](https://tehreer.github.io/Tehreer-Android/apidocs/) are available for online browsing. The Javadocs are also bundled as source Jars with each distribution for consumption in the IDE. ## License ```