diff --git a/packages/v1-ready/zoom/README.md b/packages/v1-ready/zoom/README.md index 60354d7..9c9c948 100644 --- a/packages/v1-ready/zoom/README.md +++ b/packages/v1-ready/zoom/README.md @@ -1,5 +1,5 @@ -# zoom +# Zoom -This is the API Module for zoom that allows the [Frigg](https://friggframework.org) code to talk to the zoom API. +This is the API Module for Zoom that allows the [Frigg](https://friggframework.org) code to talk to the Zoom API. -Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/zoom \ No newline at end of file +Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/zoom) diff --git a/packages/v1-ready/zoom/defaultConfig.json b/packages/v1-ready/zoom/defaultConfig.json index a2361f2..5bf7d52 100644 --- a/packages/v1-ready/zoom/defaultConfig.json +++ b/packages/v1-ready/zoom/defaultConfig.json @@ -1,13 +1,9 @@ { - "name": "zoom", - "label": "Zoom", - "productUrl": "https://zoom.us", - "apiDocs": "https://developer.zoom.us", - "logoUrl": "https://friggframework.org/assets/img/zoom-icon.png", - "categories": [ - "Chat", - "Team Messaging", - "Video" - ], - "description": "Zoom" + "name": "zoom", + "label": "Zoom", + "productUrl": "https://zoom.us", + "apiDocs": "https://developer.zoom.us", + "logoUrl": "https://friggframework.org/assets/img/zoom-icon.png", + "categories": ["Chat", "Team Messaging", "Video"], + "description": "Zoom" }