Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Standardized Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Aug 15, 2016
1 parent a010d7c commit 4fcad72
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Swift Multiaddr
===============

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![](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)

> A [Multiaddr](https://github.com/jbenet/multiaddr) implementation in Swift.
Expand All @@ -16,6 +18,7 @@ Swift Multiaddr
- [Protocols](#protocols)
- [En/decapsulate](#endecapsulate)
- [Tunneling](#tunneling)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

Expand Down Expand Up @@ -95,12 +98,18 @@ let proxyAgain = printerOverProxy.decapsulate(printer)
/// /ip4/10.20.30.40/tcp/443
```

## Maintainers

Captain: [@NeoTeo](https://github.com/NeoTeo).

## Contribute

Contributions are welcome! Check out [the issues](//github.com/multiformats/SwiftMultiaddr/issues).

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

If editing this README, note that this README should be [standard-readme](//github.com/RichardLitt/standard-readme) compatible.

## License

[MIT](LICENSE) © [Matteo Sartori](//github.com/NeoTeo)
[MIT](LICENSE) © [Matteo Sartori](//github.com/NeoTeo)

0 comments on commit 4fcad72

Please sign in to comment.