From cce73bddc574715c0eb77ec5450a76840d43df81 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 27 Apr 2015 11:14:44 -0700 Subject: Update README dep syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 414ff71..8e9ca5f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ Rust bindings to libssh2 ```toml # Cargo.toml -[dependencies.ssh2] -git = "https://github.com/alexcrichton/ssh2-rs" +[dependencies] +ssh2 = "0.2" ``` -- cgit v1.2.3