From 104ccb4b03b3add1fe7400522cbe54c3690a5e45 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 20 Nov 2014 15:07:56 -0500 Subject: [PATCH] use crates.io in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 256f223..9763a73 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ Arbitrary sized numeric types for Rust. Add this to your `Cargo.toml`: ```toml -[dependencies.num] - -git = "https://github.com/rust-lang/num" +[dependencies] +num = "*" ``` and this to your crate root: