Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthaff authored Jan 19, 2021
1 parent ef8a95b commit cd3cf79
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
@@ -1,7 +1,7 @@
# Lighthouse Fairway

This extension brings [Fairway](https://github.com/buoy-graphql/fairway-spec)-compatibility to
[Lighthouse](https://lighthouse-php.com), which makes Lighthouse fully compatible with the [Buoy-client](https://ngx-buoy.com).
[Lighthouse](https://lighthouse-php.com), which makes it fully compatible with the [Buoy-client](https://ngx-buoy.com).

## Installation

Expand Down Expand Up @@ -96,4 +96,4 @@ Simply supply the model and event type, and the event will be broadcast to all a
$note = App\Models\Note::first();

Buoy\LighthouseFairway\Util\Broadcast::modelEvent($note, 'update');
```
```

0 comments on commit cd3cf79

Please sign in to comment.