Skip to content

Commit 6b1c5f4

Browse files
authored
Merge pull request #2 from multiformats/feat/readme
More README Edits
2 parents b52a72e + 29356e3 commit 6b1c5f4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# java-multibase
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)
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+
[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
67

7-
A Java implementation of [Multibase](https://github.com/multiformats/multibase)
8+
> A Java implementation of [Multibase](https://github.com/multiformats/multibase)
9+
10+
## Install
11+
12+
Simply clone this repo.
813

914
## Usage
1015
```java
@@ -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)