From 4693960693ac78a322eeb1d70b7805015f363b17 Mon Sep 17 00:00:00 2001
From: Storm Dragon <stormdragon2976@gmail.com>
Date: Wed, 21 Jun 2017 20:53:27 -0400
Subject: [PATCH] Added some comments.

---
 simon/simon | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/simon/simon b/simon/simon
index af2bc55..5b77d14 100755
--- a/simon/simon
+++ b/simon/simon
@@ -1,5 +1,14 @@
 #!/bin/bash
 
+# Thanks for playing.
+# Visit me at https://stormdragon.tk
+# Released under the terms of the WTFPL http://wtfpl.net
+# Follow me on GNU Social: https://social.stormdragon.tk/storm
+
+# There are 2 sets of keybindings. uijk or erdf.
+# The lowest note is e or u, with r or i being the next highest.
+# Finally d or j follow by f and k for the ascending pitches.
+
 # Simon notes
 notes=("sq E4" "sq C#4" "sq A3" "sq E3")
 #Original note.