From 6638cbc80e310beccc9046d80a22588e231650f2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Dec 2016 08:15:26 -0800 Subject: [PATCH] process: Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d065c0fe..0e4f61206 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An implementation of process management for Tokio [![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://docs.rs/tokio-process/0.2) +[Documentation](https://docs.rs/tokio-process/0.1) ## Usage @@ -14,7 +14,7 @@ First, add this to your `Cargo.toml`: ```toml [dependencies] -tokio-process = "0.2" +tokio-process = "0.1.1" ``` Next, add this to your crate: