From 13f69a9039f66ca7a0b5d42b0760a64b0ebca380 Mon Sep 17 00:00:00 2001 From: Phanx Date: Sun, 10 Aug 2014 00:36:23 -0700 Subject: [PATCH] Restore mysteriously vanished trailing whitespaces --- LICENSE.txt | 4 +--- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 67f2d26..f83e08e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,4 @@ -Copyright (c) 2014 A. "Phanx" Kinley - -All rights reserved. +Copyright (c) 2014 Phanx. All rights reserved. Permission is granted for anyone to use, read, or otherwise interpret this software for any purpose, without any restrictions. diff --git a/README.md b/README.md index 4b2a95e..6a6beb1 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,17 @@ Usage #### GetRealmInfo -`LibStub("LibRealmInfo"):GetRealmInfo(realmID)` +`LibStub("LibRealmInfo"):GetRealmInfo(realmID)` => name, apiName, rules, locale, battlegroup, region, timezone, connected, latinName #### GetRealmInfoByName -`LibStub("LibRealmInfo"):GetRealmInfoByName(name, region)` +`LibStub("LibRealmInfo"):GetRealmInfoByName(name, region)` => realmID, name, apiName, rules, locale, battlegroup, region, timezone, connected, latinName #### GetRealmInfoByUnit -`LibStub("LibRealmInfo"):GetRealmInfoByUnit(unit)` +`LibStub("LibRealmInfo"):GetRealmInfoByUnit(unit)` => realmID, name, apiName, rules, locale, battlegroup, region, timezone, connected, latinName See the [API documentation](https://github.com/Phanx/LibRealmInfo/wiki) on GitHub for more details! @@ -41,4 +41,4 @@ If you have an active Korean account, please see [this forum post](http://www.wo License ---------- -Copyright (c) 2014 Phanx <>. See the accompanying LICENSE file for the terms under which this library is licensed. In particular, no standalone redistribution is permitted. +Copyright (c) 2014 Phanx. See the accompanying LICENSE file for the terms under which this library is licensed. In particular, no standalone redistribution is permitted. -- 1.7.9.5