From edc2ec7239bf805c700623f682effeb06da03b7b Mon Sep 17 00:00:00 2001 From: takemiyamakoto Date: Mon, 24 Oct 2016 15:30:49 +0900 Subject: [PATCH] update links --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b81d35de3..f978bf12d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ -# いろはSwift(IrohaSwift) +# いろはSwift (IrohaSwift) ![CocoaPods](https://img.shields.io/cocoapods/v/IrohaSwift.svg) ![Platform](https://img.shields.io/cocoapods/p/IrohaSwift.svg?style=flat) -## What's is いろは(iroha)? +## What is いろは(iroha)? いろは(iroha) is [this](https://github.com/soramitsu/iroha). ## Description -いろはSwift(IrohaSwift) is client swift library for using いろは(iroha). - +いろはSwift (IrohaSwift) is client swift library for using いろは(iroha). - [Requirements](#requirements) - [Installation](#installation) @@ -42,13 +41,13 @@ $ pod install ### Carthage Write in your Cartfile: ``` -github "soramitsu/iroha-ios.git" +github "hyperledger/iroha-ios.git" ``` Run `carthage update` ### Manually * Clone this repository. -* [Download 1.0.0 α5 version release](https://github.com/soramitsu/iroha-ios/releases/tag/1.0.0a5). +* [Download 1.0.0 α5 version release](https://github.com/hyperledger/iroha-ios/releases/tag/1.0.0a5). ## Usage ### APIs @@ -87,7 +86,7 @@ let hash = IrohaSwift.sha3_512(message: "") ## Author [luca3104](https://github.com/luca3104) - +[http://soramitsu.co.jp](http://soramitsu.co.jp) ## License