Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksarp committed Feb 1, 2018
1 parent 7eb076a commit 357d6eb
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 @@
Apache Traffic Server Url Signer 4j
Apache Traffic Server URL Signer 4j
========

[![Apache License](http://img.shields.io/badge/license-ASL-blue.svg)](https://github.com/buraksarp/ats-url-signer/blob/master/LICENSE)
Expand All @@ -13,14 +13,14 @@ Usage
We will be at Maven Central Repository soon:
```xml
<dependency>
<groupId>io.github.buraksarp.urlsigner</groupId>
<groupId>io.github.buraksarp</groupId>
<artifactId>urlsigner</artifactId>
<version>1.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.github.buraksarp.urlsigner:urlsigner:1.0'
compile 'io.github.buraksarp:urlsigner:1.0'
```

Supported Operations & Examples
Expand Down

0 comments on commit 357d6eb

Please sign in to comment.