From 1f525ac6b119b7b8d9642c153209ce78a7fe1a33 Mon Sep 17 00:00:00 2001 From: Colin Hall Date: Sat, 11 Aug 2018 01:31:31 +0100 Subject: [PATCH] Update Readme file --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ec8dc6..d6a5505 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-# 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/ ) @@ -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 ``` \ No newline at end of file