Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler committed Mar 6, 2024
1 parent 3707153 commit 5f018be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ $mapIt = new MapIt(
);
```

### Retrieving postcodes

```php
$mapIt->postcode('SW1P 3BD');
```

### Throwing when errors occur

```php
$mapIt->throw()->postcode(...);
```

## Testing

```bash
Expand Down

0 comments on commit 5f018be

Please sign in to comment.