Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Clemons committed Jul 3, 2013
1 parent dece854 commit bfc4dd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ For more information on SemVer, please visit http://semver.org.
## Using the XboxLiveAPI

### Profile Model
`$data = $api->fetch_profile($gamertag, $region);`

```php
$data = $api->fetch_profile($gamertag, $region);`
```

### Games Model

Expand Down

0 comments on commit bfc4dd4

Please sign in to comment.