Skip to content

Commit

Permalink
Merge pull request #33 from hyperledger/task-documentation
Browse files Browse the repository at this point in the history
update links
  • Loading branch information
takemiyamakoto authored Oct 24, 2016
2 parents 594ff0b + edc2ec7 commit 3cf0c24
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3cf0c24

Please sign in to comment.