Skip to content

Commit

Permalink
Fixing some formatting issues
Browse files Browse the repository at this point in the history
Two trailing spaces for a new line... bah.
  • Loading branch information
lokizilla committed Sep 10, 2013
1 parent fd0eb5d commit b0ce903
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ An updated version of the original project, to work with the "new" Lodestone.
Available Features
==============================================
**Character Details Page**
>`$obj->GetCharacterData($CharacterID)` / `request=characterData&characterID=[characterID]`
>`$obj->GetCharacterData($CharacterID)`
`index.php?request=characterData&characterID=[characterID]`

Returns character data for the given character ID.
Sample XML-format data for this can be found at: https://gist.github.com/lokizilla/6513918
Returns character data for the given character ID.
Sample XML-format data for this can be found at: https://gist.github.com/lokizilla/6513918
The PHP object returns data in the same layout.

Accessing via URL
Expand Down Expand Up @@ -39,7 +40,7 @@ Remaining to Update
>`$obj->GetCharacterFollowerCount($CharacterID)`
**Character History**
>`$obj->GetCharacterHistory($CharacterID, $page = 1)`
>`$obj->GetCharacterHistory($CharacterID, $page = 1)`
*defaults to 100 per page*

Copyright Details
Expand Down

0 comments on commit b0ce903

Please sign in to comment.