From 357d6eb3a5254acc867324531cebbceee12e5b33 Mon Sep 17 00:00:00 2001 From: buraksarp Date: Thu, 1 Feb 2018 11:21:29 +0300 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b65cb52..614a70a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -13,14 +13,14 @@ Usage We will be at Maven Central Repository soon: ```xml - io.github.buraksarp.urlsigner + io.github.buraksarp urlsigner 1.0 ``` or Gradle: ```groovy -compile 'io.github.buraksarp.urlsigner:urlsigner:1.0' +compile 'io.github.buraksarp:urlsigner:1.0' ``` Supported Operations & Examples