summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-12-23 23:39:59 +0900
committersoftprops <d.tangren@gmail.com>2018-12-23 23:39:59 +0900
commite5f971c8f920ae81976557f16b98ca6e39c109d9 (patch)
treea8d278d0c1231dd40fef227fe2b437539285d5f3 /README.md
parent0a4069a5df7f4ae5b20f6f17ecb9f564d1eb40bf (diff)
refer to docs.rs for release docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b5f64fd..5b818b0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# shiplift
-[![Build Status](https://travis-ci.org/softprops/shiplift.svg)](https://travis-ci.org/softprops/shiplift) [![crates.io](http://meritbadge.herokuapp.com/shiplift)](https://crates.io/crates/shiplift) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
+[![Build Status](https://travis-ci.org/softprops/shiplift.svg)](https://travis-ci.org/softprops/shiplift) [![crates.io](http://meritbadge.herokuapp.com/shiplift)](https://crates.io/crates/shiplift) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Released API docs](https://docs.rs/shiplift/badge.svg)](http://docs.rs/shiplift) [![Master API docs](https://img.shields.io/badge/docs-master-green.svg)](https://softprops.github.io/shiplift)
> a rust interface for maneuvering [docker](https://www.docker.com/) containers
@@ -10,7 +10,7 @@ Add the following to your `Cargo.toml` file
```toml
[dependencies]
-shiplift = "0.3"
+shiplift = "0.4"
```
## docs