From 3c999a0cb609fbab156ec058077500c9ea17be74 Mon Sep 17 00:00:00 2001 From: darthmaim Date: Thu, 3 Sep 2015 22:06:18 +0200 Subject: [PATCH] fix a bunch of typos in the readme (introduced in 772c777a1c37834077597aa246831b7846bdf974) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a20dc35..9c94df0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ For all examples it is assumed that you have a variable `$api = new GW2Api()`. /v2/account/bank | [Account\BankEndpoint][Account\BankEndpoint]
`GW2Api::account()->bank()` | đź”’ /v2/account/dyes | [Account\DyeEndpoint][Account\DyeEndpoint]
`GW2Api::account()->dyes()` | đź”’ /v2/account/materials | [Account\MaterialEndpoint][Account\MaterialEndpoint]
`GW2Api::account()->materials()` | đź”’ - /v2/account/skins | [Account\SkinsEndpoint][Account\SkinsEndpoint]
`GW2Api::account()->skins()` | đź”’ + /v2/account/skins | [Account\SkinEndpoint][Account\SkinEndpoint]
`GW2Api::account()->skins()` | đź”’ /v2/account/wallet | [Account\WalletEndpoint][Account\WalletEndpoint]
`GW2Api::account()->wallet()` | đź”’ /v2/build | [Build\BuildEndpoint][BuildEndpoint]
`GW2Api::build()` | /v2/characters | [Character\CharacterEndpoint][CharacterEndpoint]
`GW2Api::characters()` | 🔒📦 @@ -391,7 +391,7 @@ $api->account('API_KEY')->bank()->get(); `\GW2Treasures\GW2Api\V2\Endpoint\Account\DyeEndpoint` ([source](src/V2/Endpoint/Account/DyeEndpoint.php)) -The [ColorEndpoint][Color\ColorEndpoint] can be used to look up the skins used by this endpoint. +The [ColorEndpoint][ColorEndpoint] can be used to look up the skins used by this endpoint. Implements [🔒AuthenticatedEndpoint][AuthenticatedEndpoint]. ##### Methods @@ -410,7 +410,7 @@ $api->account('API_KEY')->dyes()->get(); `\GW2Treasures\GW2Api\V2\Endpoint\Account\MaterialEndpoint` ([source](src/V2/Endpoint/Account/MaterialEndpoint.php)) -The [Material\MaterialEndpoint][MaterialEndpoint] can be used to get the categories used by this endpoint. +The [MaterialEndpoint][MaterialEndpoint] can be used to get the categories used by this endpoint. Implements [🔒AuthenticatedEndpoint][AuthenticatedEndpoint]. ##### Methods @@ -429,7 +429,7 @@ $api->account('API_KEY')->materials()->get(); `\GW2Treasures\GW2Api\V2\Endpoint\Account\SkinEndpoint` ([source](src/V2/Endpoint/Account/SkinEndpoint.php)) -The [SkinEndpoint][Skins\SkinEndpoint] can be used to look up the skins used by this endpoint. +The [SkinEndpoint][SkinEndpoint] can be used to look up the skins used by this endpoint. Implements [🔒AuthenticatedEndpoint][AuthenticatedEndpoint]. ##### Methods @@ -448,7 +448,7 @@ $api->account('API_KEY')->skins()->get(); `\GW2Treasures\GW2Api\V2\Endpoint\Account\WalletEndpoint` ([source](src/V2/Endpoint/Account/WalletEndpoint.php)) -The [CurrencyEndpoint](Currency\CurrencyEndpoint) can be used to look up the currencies used by this endpoint. +The [CurrencyEndpoint][CurrencyEndpoint] can be used to look up the currencies used by this endpoint. Implements [🔒AuthenticatedEndpoint][AuthenticatedEndpoint]. ##### Methods @@ -680,7 +680,7 @@ $api->continents()->get(1); #### /v2/currencies -[CurrencyEndpoint]: #v2currencys +[CurrencyEndpoint]: #v2currencies `\GW2Treasures\GW2Api\V2\Endpoint\Currency\CurrencyEndpoint` ([source](src/V2/Endpoint/Currency/CurrencyEndpoint.php))