summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2019-10-14 13:51:53 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2019-10-14 13:51:53 -0400
commit89cfbd271edc15de440acfe36177e925f1f0e191 (patch)
tree6fea175aefc69250f6929eeb9265f6e99f864289 /README.md
parent93852bbe1495425116d85bef06c40a9d1a03a1ad (diff)
fix template
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 16 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9661b6c..7899a71 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
-[![Build Status](https://travis-ci.org/ferristseng/rust-ipfs-api.svg?branch=master)](https://travis-ci.org/ferristseng/rust-ipfs-api)
-
# ipfs-api
+[![Travis](https://img.shields.io/travis/ferristseng/rust-ipfs-api.svg)](https://travis-ci.org/ferristseng/rust-ipfs-api)
+[![Crates.io](https://img.shields.io/crates/v/ipfs-api.svg)](https://crates.io/crates/ipfs-api)
+[![Docs.rs](https://docs.rs/ipfs-api/badge.svg)](https://docs.rs/ipfs-api/)
+
Rust library for connecting to the IPFS HTTP API using tokio.
### Usage
@@ -146,4 +148,15 @@ $ cargo run -p ipfs-api --features actix --no-default-features --example add_fil
```
-License: MIT OR Apache-2.0
+## License
+
+Licensed under either of
+
+ * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
+ * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
+
+at your option.
+
+### Contribution
+
+Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.