Fix syntax highlighting in README
This commit is contained in:
parent
4d6fce59ab
commit
f2f0f46a0c
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ imap = "*"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
```rs
|
```rust
|
||||||
extern crate imap;
|
extern crate imap;
|
||||||
extern crate openssl;
|
extern crate openssl;
|
||||||
|
|
||||||
|
|
@ -68,4 +68,4 @@ fn main() {
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue