From 531e79ac5632455d64f8f2e781e21460ddde1b8f Mon Sep 17 00:00:00 2001 From: Phanx Date: Sun, 27 Jul 2014 18:37:35 -0700 Subject: [PATCH] Add usage info to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b878c4d..a67c424 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ World of Warcraft library for obtaining information about realms. * [WoWInterface](http://www.wowinterface.com/downloads/info) -## Bugs & Requests +## Source & Issues * [GitHub](https://github.com/phanx/wow-librealminfo) @@ -40,7 +40,7 @@ or [BNGetFriendToonInfo](http://wowpedia.org/API_BNGetToonInfo): _, _, _, _, realmID = BNGetFriendToonInfo(friendIndex, toonIndex) -The player's own presenceID can be obtained using BNGetInfo: +The player's own presenceID can be obtained using [BNGetInfo](http://wowpedia.org/API_BNGetInfo): presenceID = BNGetInfo() @@ -48,7 +48,7 @@ In WoW 6.x (Warlords of Draenor) realm IDs can be obtained directly from GUIDs: _, realmID = strsplit(":", UnitGUID("player")) -Note that in 6.x the GUID format will change depending on the unit type; the above example will only work for player units. See here for more information. +Note that in 6.x the GUID format will change depending on the unit type; the above example will only work for player units. See [this WoWI thread](http://www.wowinterface.com/forums/showthread.php?t=49503) for more information. ## Author & Credits -- 1.7.9.5