Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0d08ad2

Browse files
Merge pull request #33 from ipfs/feature/standardize-readme
Standardized Readme
2 parents 7c35489 + 124f748 commit 0d08ad2

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# go-ipfs-api
22

3-
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![GoDoc](https://godoc.org/github.com/ipfs/go-ipfs-api?status.svg)](https://godoc.org/github.com/ipfs/go-ipfs-api) [![Build Status](https://travis-ci.org/ipfs/go-ipfs-api.svg)](https://travis-ci.org/ipfs/go-ipfs-api)
3+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
4+
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
5+
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
7+
[![GoDoc](https://godoc.org/github.com/ipfs/go-ipfs-api?status.svg)](https://godoc.org/github.com/ipfs/go-ipfs-api)
8+
[![Build Status](https://travis-ci.org/ipfs/go-ipfs-api.svg)](https://travis-ci.org/ipfs/go-ipfs-api)
49

510
> An unofficial go interface to ipfs's HTTP API
611
7-
## Installation
12+
## Install
813

9-
go get -u github.com/ipfs/go-ipfs-api
14+
```sh
15+
go get -u github.com/ipfs/go-ipfs-api
16+
```
1017

1118
This will download the source into `$GOPATH/src/github.com/ipfs/go-ipfs-api`.
1219

@@ -18,10 +25,10 @@ This will download the source into `$GOPATH/src/github.com/ipfs/go-ipfs-api`.
1825

1926
Contributions are welcome! Please check out the [issues](https://github.com/ipfs/go-ipfs-api/issues).
2027

21-
## License
28+
### Want to hack on IPFS?
2229

23-
MIT.
30+
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
2431

25-
# Want to hack on IPFS?
32+
## License
2633

27-
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)
34+
MIT

0 commit comments

Comments
 (0)