Fix syntax highlighting in README

This commit is contained in:
Corey Farwell 2015-08-23 19:47:36 -04:00
parent 4d6fce59ab
commit f2f0f46a0c

View file

@ -17,7 +17,7 @@ imap = "*"
```
### Usage
```rs
```rust
extern crate imap;
extern crate openssl;
@ -68,4 +68,4 @@ fn main() {
### License
MIT
MIT