소스 검색

use crates.io in README

Steve Klabnik 10 년 전
부모
커밋
104ccb4b03
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      README.md

+ 2 - 3
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: