Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The official Java client for the Imagizer Media Engine.

The Imagizer Media Engine accelerates media delivery to your mobile Apps or Webpages by dynamically rescaling, cropping, and compressing images in real time. See all Imagizer features in our [doc](demo.imagizercdn.com/doc).
The Imagizer Media Engine accelerates media delivery to your mobile Apps or Webpages by dynamically rescaling, cropping, and compressing images in real time. See all Imagizer features in our [doc](http://demo.imagizercdn.com/doc).

## Install from JCenter or Maven
```gradle
Expand All @@ -22,7 +22,7 @@ gradle test
```

## Basic Usage
Using the free to test Imagizer Demo Service
Using the free to test Imagizer Demo Service
```java
import com.nventify.ImagizerClient;

Expand Down