Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hackeresq committed Oct 16, 2018
1 parent 48bd320 commit 22523aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Route::group([ 'prefix'=>'api/google' ], function () {
});
```

These routes definitions will expose API functionality at 'api/google/calendars' and 'api/google/events' that you can consume via AJAX calls on your site.
These routes definitions will expose API functionality at 'api/google/calendars' and 'api/google/events' that you can consume via AJAX calls on your front-end.

### FullCalendar.io Integration

Expand All @@ -138,7 +138,7 @@ You can configure this package to input and output data in a format that can be
//....
];
Then, when you initialize FullCalendar.io, you can consume the API exposed by following the steps in the [Expose API](#expose-api) above as such:
Then, when you initialize FullCalendar.io, you can consume the API exposed by following the steps in the [Expose API](#expose-api) section above as such:

```javascript
$('#calendar').fullCalendar({
Expand Down
4 changes: 2 additions & 2 deletions config/google_calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
|--------------------------------------------------------------------------
|
| Currently, the available settings are 'null' which results in Google Calendar API
| formatted data (see Google Calendar API documentation for more information),
| or you can use 'fullcalendar' which formats the data for FullCalendar.io.
| formatted data (see Google Calendar API documentation for more information). Or
| you can use 'fullcalendar' which formats the data for FullCalendar.io.
|
*/

Expand Down

0 comments on commit 22523aa

Please sign in to comment.