mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-10 06:04:20 +00:00
Modified label to reference json crate
This commit is contained in:
parent
ace914c9eb
commit
3edbf70a40
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@
|
|||
|
||||
[![json][json-badge]][json]
|
||||
|
||||
|
||||
```rust
|
||||
|
||||
#[macro_use]
|
||||
extern crate json;
|
||||
|
||||
|
@ -51,4 +49,4 @@ MIT/Apache-2.0
|
|||
|
||||
<!-- Links -->
|
||||
[json-badge]: https://img.shields.io/crates/v/rustc-serialize.svg
|
||||
[json]: http://json.rs/doc/json/
|
||||
[json]: http://json.rs/doc/json/?label=json
|
||||
|
|
Loading…
Reference in a new issue