Skip to content

Commit 08107ee

Browse files
Merge pull request #19 from multiformats/feature/standardize-readme
Standardized README
2 parents b3ee630 + e3fd702 commit 08107ee

File tree

1 file changed

+42
-6
lines changed

1 file changed

+42
-6
lines changed

README.md

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,47 @@
1-
# multiaddr/net - Multiaddr friendly net
1+
# go-multiaddr-net
22

3-
Package multiaddr/net provides [Multiaddr](https://github.com/multiformats/go-multiaddr) specific versions of common
4-
functions in stdlib's net package. This means wrappers of
5-
standard net symbols like net.Dial and net.Listen, as well
6-
as conversion to/from net.Addr.
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-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)
76

8-
Docs:
7+
> multiaddr net tools
8+
9+
This package provides [Multiaddr](http://github.com/multiformats/go-multiaddr) specific versions of common functions in [stdlib](https://github.com/golang/go/tree/master/src)'s `net` package. This means wrappers of standard net symbols like `net.Dial` and `net.Listen`, as well
10+
as conversion to and from `net.Addr`.
11+
12+
## Table of Contents
13+
14+
- [Install](#install)
15+
- [Usage](#usage)
16+
- [Maintainers](#maintainers)
17+
- [Contribute](#contribute)
18+
- [License](#license)
19+
20+
## Install
21+
22+
```sh
23+
go get multiformats/go-multiaddr-net
24+
```
25+
26+
## Usage
27+
28+
See the docs:
929

1030
- `multiaddr/net`: https://godoc.org/github.com/multiformats/go-multiaddr-net
1131
- `multiaddr`: https://godoc.org/github.com/multiformats/go-multiaddr
32+
33+
## Maintainers
34+
35+
Captain: [@whyrusleeping](https://github.com/whyrusleeping).
36+
37+
## Contribute
38+
39+
Contributions welcome. Please check out [the issues](https://github.com/multiformats/go-multiaddr-net/issues).
40+
41+
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).
42+
43+
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
44+
45+
## License
46+
47+
[MIT](LICENSE) © Juan Batiz-Benet

0 commit comments

Comments
 (0)