Skip to content

Commit

Permalink
Edited README (#13)
Browse files Browse the repository at this point in the history
- Fixed https issues in badges
- Added standard-readme badge
- Fixed js-multistream-select link
- Added note about standard-readme edits
- Added CC license for docs
  • Loading branch information
RichardLitt authored and daviddias committed Jan 2, 2017
1 parent 3ea9efa commit 57f3c52
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# multistream-select

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](http://github.com/multiformats/multiformats)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Friendly protocol multiplexing. It enables a multicodec to be negotiated between two entities.
Expand Down Expand Up @@ -176,7 +177,7 @@ Note: Each `varint-length` contains the size of the rest of the line, including

## Implementations

- [js-multistream](https://github.com/multiformats/js-multistream) - JavaScript Implementation
- [js-multistream-select](https://github.com/multiformats/js-multistream-select) - JavaScript Implementation
- [go-multistream](https://github.com/multiformats/go-multistream) - Go Implementation
- [mss-nc](https://github.com/whyrusleeping/mss-nc) - multistream-select netcat written in Go

Expand All @@ -190,6 +191,8 @@ Contributions welcome. Please check out [the issues](https://github.com/multifor

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).

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

## License

[MIT](LICENSE) © Protocol Labs Inc.
This repository is only for documents. All of these are licensed under the [CC-BY-SA 3.0](https://ipfs.io/ipfs/QmVreNvKsQmQZ83T86cWSjPu2vR3yZHGPm5jnxFuunEB9u) license © 2016 Protocol Labs Inc. Any code is under a [MIT](LICENSE) © 2016 Protocol Labs Inc.

0 comments on commit 57f3c52

Please sign in to comment.