From e724af3183212e24e62ea87ad30cb0d1da3e2351 Mon Sep 17 00:00:00 2001
From: JefftheBest1
Date: Thu, 5 Jan 2017 22:11:22 +1100
Subject: [PATCH] docs: Fix incorrect use of warning markdown.
---
docs/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README.md b/docs/README.md
index 0dfa016d46..b033f674fe 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -183,7 +183,7 @@ indenting them.
Cheat Sheet for a complete list.
* Example **warning**:
```
- !!! warning ""
+ !!! warn ""
If you attempt to input a nonexistent stream name, an error
message will appear.
```