diff --git a/README.md b/README.md
index 5cd645e..21533c6 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
DiscordGo
====
-[](https://godoc.org/github.com/bwmarrin/discordgo) [](http://goreportcard.com/report/bwmarrin/discordgo) [](https://travis-ci.org/bwmarrin/discordgo) [][https://discord.gg/0f1SbxBZjYoCtNPP] [][https://discord.gg/0SBTUU1wZTWT6sqd]
+[](https://godoc.org/github.com/bwmarrin/discordgo) [](http://goreportcard.com/report/bwmarrin/discordgo) [](https://travis-ci.org/bwmarrin/discordgo)
+[](https://discord.gg/0f1SbxBZjYoCtNPP) [](https://discord.gg/0SBTUU1wZTWT6sqd)
DiscordGo is a [Go](https://golang.org/) package that provides low level
bindings to the [Discord](https://discordapp.com/) chat client API. DiscordGo
@@ -15,7 +16,7 @@ with additional voice helper functions and features.
tool that wraps `ffmpeg` to create opus encoded audio appropriate for use with
Discord (and DiscordGo)
-Join [][https://discord.gg/0f1SbxBZjYoCtNPP]
+Join [](https://discord.gg/0f1SbxBZjYoCtNPP)
Discord chat channel for support.
## Getting Started
diff --git a/examples/airhorn/README.md b/examples/airhorn/README.md
new file mode 100644
index 0000000..e9e49e1
--- /dev/null
+++ b/examples/airhorn/README.md
@@ -0,0 +1,41 @@
+
+Airhorn Example
+====
+
+This example demonstrates how to utilize DiscordGo to listen to an !airhorn
+command in a channel and play a sound to that users current voice channel.
+
+### Build
+
+This assumes you already have a working Go environment setup and that
+DiscordGo is correctly installed on your system.
+
+```sh
+go install github.com/bwmarrin/discordgo/examples/airhorn
+cd $GOPATH/bin
+cp ../src/github.com/bwmarrin/discordgo/examples/airhorn/airhorn.dca .
+```
+
+### Usage
+
+```
+Usage of ./airhorn:
+ -t string
+ Account Token
+```
+
+The below example shows how to start the bot.
+
+```sh
+./airhorn -t
+```
+
+### Creating sounds
+
+Airhorn bot uses DCA files that are pre-computed files that are easy to send to Discord.
+
+If you would like to create your own DCA files, please use [https://github.com/bwmarrin/dca/tree/master/cmd/dca](DCA).
+
+```sh
+./dca -i -raw >