Merge pull request #2 from frewsxcv/patch-1

Fix syntax highlighting in README
This commit is contained in:
Matt McCoy 2015-08-26 14:42:11 -04:00
commit 2fd5a4224a

View file

@ -17,7 +17,7 @@ imap = "*"
``` ```
### Usage ### Usage
```rs ```rust
extern crate imap; extern crate imap;
extern crate openssl; extern crate openssl;