Skip to content

Commit

Permalink
[fix] typo (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIC-BV authored Oct 17, 2023
1 parent 54fadd8 commit a2f2194
Showing 1 changed file 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 @@ -263,7 +263,7 @@ $eventId = Event::get()->first()->id;
// you can also get the id after creating the event, then you can save it to database.
$event = new Event;
$newEvent = $event->save();
echo $newEvent->id; // displey the event id
echo $newEvent->id; // display the event id
```

You can use this id to fetch a single event from Google:
Expand Down

0 comments on commit a2f2194

Please sign in to comment.