Skip to content

Commit

Permalink
Merge pull request #4 from langleyfoxall/feature/readme-typos
Browse files Browse the repository at this point in the history
Readme typos
  • Loading branch information
DivineOmega authored Oct 17, 2018
2 parents bcfcdb6 + 53b6d55 commit f0a2e2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $contacts = $xero->contacts;
# Retrieve contacts filtered by name
$contacts = $xero->contacts()->where('Name', 'Bank West')->get();

# Retrieve an individual contact fitered by name
# Retrieve an individual contact filtered by name
$contact = $xero->contacts()->where('Name', 'Bank West')->first();
```

Expand Down
Binary file modified assets/images/xero-laravel-usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0a2e2e

Please sign in to comment.