Skip to content

Commit

Permalink
Minor fixes to README and defaultConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschechtel committed Aug 15, 2024
1 parent ec4fd3a commit 9d80dcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
6 changes: 3 additions & 3 deletions packages/v1-ready/zoom/README.md
Original file line number Diff line number Diff line change
@@ -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
Read more on the [Frigg documentation site](https://docs.friggframework.org/api-modules/list/zoom)
18 changes: 7 additions & 11 deletions packages/v1-ready/zoom/defaultConfig.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9d80dcf

Please sign in to comment.