Skip to content

Commit 2865360

Browse files
authored
Merge pull request #8 from multiformats/feat/readme
More README edits
2 parents dfdfafb + 83e6a4c commit 2865360

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# java-multihash
22

33
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
4-
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](http://github.com/multiformats/multiformats)
5-
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6-
[![Build Status](https://travis-ci.org/multiformats/java-multihash.svg?branch=master)](https://travis-ci.org/multiformats/java-multihash)
4+
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)
5+
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)
6+
[![Travis CI](https://img.shields.io/travis/multiformats/java-multihash.svg?style=flat-square&branch=master)](https://travis-ci.org/multiformats/java-multihash)
77
[![Release](https://jitpack.io/v/multiformats/java-multihash.svg)](https://jitpack.io/#multiformats/java-multihash)
8+
[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
89

910
> A Java implementation of [multihash](https://github.com/multiformats/multihash).
1011
12+
## Install
13+
14+
Simply clone this repository.
15+
1116
## Usage
1217

1318
```
@@ -63,8 +68,8 @@ Contributions welcome. Please check out [the issues](https://github.com/multifor
6368

6469
Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
6570

66-
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
71+
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
6772

6873
## License
6974

70-
[MIT](LICENSE) © Ian Preston
75+
[MIT](LICENSE) © 2015 Ian Preston

0 commit comments

Comments
 (0)