Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Update Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Aug 11, 2018
1 parent 7941c5e commit 1f525ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://laravel.com/assets/img/components/logo-laravel.svg">
</p>

# Please note this is stil in development and is not complete and nor has it been tested
# Please note this is stil in development and is not complete

# Zoom API Wrapper ( https://zoom.github.io/api/ )

Expand Down Expand Up @@ -37,14 +37,16 @@ After that you will see `zoom.php` file in config directory, where you add value
### Usage

```
$zoom = new Zoom();
$zoom = new MacsiDigital\Zoom\Zoom();
$zoom->users->list()
$zoom->users->list();
```

### RESOURCES
```
Meetings
Panelists
Registrants
Users
Webinars
```

0 comments on commit 1f525ac

Please sign in to comment.