Skip to content

Commit

Permalink
Silly mistake...
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lawrence committed Jan 5, 2016
1 parent 892de52 commit 0db420c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Alawrence\Ipboard\ServiceProvider::class,

Facade:
```php
'Ipboardapi' => Alawrence\Ipboard\Facade::class,
'Ipboard' => Alawrence\Ipboard\Facade::class,
```

In order to set the required variables for your instance of IPBoard, you must first publish the configuration files:
Expand Down Expand Up @@ -96,4 +96,4 @@ $ipboard->deleteForumTopicById(567);

## Contribution

I appreciate there are elements of the API that haven't been implemented, as my license doesn't contain them. If you wish to submit a PR I'll gladly accept.
I appreciate there are elements of the API that haven't been implemented, as my license doesn't contain them. If you wish to submit a PR I'll gladly accept.

0 comments on commit 0db420c

Please sign in to comment.