summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-27 11:14:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-27 11:14:44 -0700
commitcce73bddc574715c0eb77ec5450a76840d43df81 (patch)
treed3cf028442ac5f68cc1f30b862990d89acfa27ca /README.md
parent05c317819c1e19e55c1e8d72fe3b78f9a7f4ecc1 (diff)
downloadssh2-rs-cce73bddc574715c0eb77ec5450a76840d43df81.zip
Update README dep syntax
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 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"
```