From 89b97929318edebe119ed14c7d618cad06a7578c Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 18 Dec 2016 16:00:48 -0800 Subject: [PATCH] process: Update README with crates.io info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e279cb6cc..828da1a46 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ An implementation of process management for Tokio [![Build Status](https://travis-ci.org/alexcrichton/tokio-process.svg?branch=master)](https://travis-ci.org/alexcrichton/tokio-process) [![Build status](https://ci.appveyor.com/api/projects/status/43c8g7fy801e5902?svg=true)](https://ci.appveyor.com/project/alexcrichton/tokio-process) +[![Crates.io](https://img.shields.io/crates/v/tokio-process.svg?maxAge=2592000)](https://crates.io/crates/tokio-process) [Documentation](https://alexcrichton.github.io/tokio-process) @@ -13,7 +14,7 @@ First, add this to your `Cargo.toml`: ```toml [dependencies] -tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } +tokio-process = "0.1" ``` Next, add this to your crate: