From d5c8847e85b0a0e03d7e33f278765bffdb6e8be5 Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Fri, 26 Aug 2016 11:44:03 -0700 Subject: [PATCH 1/2] update formatting with hline and less bold --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1acf1ca..7fd658e 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ This is a simple World of Warcraft add-on to automate opening the Artifact inter 3. It is more intuitive to type `/am` or `/artifact` than the above macro 4. Some artifacts are off-hands and require inventory slot #17 +___ + This add-on will simplify all of that to just: * `/artifact` * `/am` (if you're lazy) * `/artifactmenu` (if you're forgetful) -# Special Thanks +## Special Thanks * [The idea](https://www.reddit.com/r/wow/comments/4ze7uw/psa_macro_to_quickly_open_the_artifact_weapon/) by [/u/HoLeeSchit](https://www.reddit.com/user/HoLeeSchit) * [WoW Addon Writing Guide](http://wow.gamepedia.com/User:Cogswobble/Addon_Tutorial/Slash_Commands) by Cogswobble -- 1.7.9.5 From f819f1cd64204e2a86e56d7d231900634f3f6e03 Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Fri, 26 Aug 2016 11:45:07 -0700 Subject: [PATCH 2/2] increment bugfix version for README formatting --- ArtifactMenu.toc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactMenu.toc b/ArtifactMenu.toc index 4591fd5..9b719bd 100644 --- a/ArtifactMenu.toc +++ b/ArtifactMenu.toc @@ -1,6 +1,6 @@ ## Interface: 70000 ## Title: ArtifactMenu ## Author: Kevin Gilbert (kaygil) -## Version: 1.0.0 +## Version: 1.0.1 ArtifactMenu.lua -- 1.7.9.5