diff options
| author | Jędrzej <[email protected]> | 2017-12-09 22:40:27 +0100 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-12-09 14:40:56 -0800 |
| commit | 0dcb7eacbf2caee47cf99c8947bbc203cbd26177 (patch) | |
| tree | 13a3569bb61ccebb88a21fb956c488f4ebd68f4e | |
| parent | Merge branch 'branch-v0.4.5' into v0.5.0 (diff) | |
| download | serenity-0dcb7eacbf2caee47cf99c8947bbc203cbd26177.tar.xz serenity-0dcb7eacbf2caee47cf99c8947bbc203cbd26177.zip | |
Fix syntax highlighting in README
(cherry picked from commit 8ec939350770e3c2a511be25cf341ed1526a35dd)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ serenity = "0.4" and to the top of your `main.rs`: -```rs +```rust,ignore #[macro_use] extern crate serenity; ``` |