diff --git a/README.md b/README.md
index 423eda4..51e673e 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,33 @@
-# HavocBot
+Title: Havoc Bot
+Author: Neal Jamieson
+Version: 0.3.0.0
+
+Description:
+ A discord bot aimed at combining the functions of serveral other bots into one
+ currently the bot handles the functionality of:
+ -scheduling and announcing events.
+ -Retrieving and storing FFXIV character data
+ This program uses xml to store its data with the exception of the log which is stored as a text file.
+ This bot does not currently support multiple guilds.
+
+Dependencies:
+ botEvents.cs
+ CommandHandler.cs
+ globals.cs
+ HavocBot.cs
+ InfoModule.cs
+ Program.cs
+
+Data Files:
+ commandData.xml
+ botLog.txt
+
+Dependent on:
+ xml.linq library
+ Discord.net
+
+References:
+ xml.linq: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/
+ xml: https://www.w3schools.com/xml/xml_elements.asp
+ This code is adapted from the instructions and samples provided by the Discord.net Documentation found at:
+ https://docs.stillu.cc/guides/introduction/intro.html