Skip to content

Commit b885295

Browse files
committed
Fixed the README with respect extern crate.
1 parent bf1ad07 commit b885295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ rustc-serialize = "0.3"
1919
and this to your crate root:
2020

2121
```rust
22-
extern crate "rustc-serialize" as rustc_serialize;
22+
extern crate rustc_serialize;
2323
```

0 commit comments

Comments
 (0)