aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJÄ™drzej <[email protected]>2017-12-09 22:40:27 +0100
committerZeyla Hellyer <[email protected]>2017-12-09 14:40:56 -0800
commit0dcb7eacbf2caee47cf99c8947bbc203cbd26177 (patch)
tree13a3569bb61ccebb88a21fb956c488f4ebd68f4e
parentMerge branch 'branch-v0.4.5' into v0.5.0 (diff)
downloadserenity-0dcb7eacbf2caee47cf99c8947bbc203cbd26177.tar.xz
serenity-0dcb7eacbf2caee47cf99c8947bbc203cbd26177.zip
Fix syntax highlighting in README
(cherry picked from commit 8ec939350770e3c2a511be25cf341ed1526a35dd)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b02df26..85b9278 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ serenity = "0.4"
and to the top of your `main.rs`:
-```rs
+```rust,ignore
#[macro_use] extern crate serenity;
```