Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed May 4, 2023
1 parent c7d71a9 commit 2d63e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ A Promise of an Object that contains properties below:

| Property | Type | Description |
| :-------------- | :------- | :------------------------------------------ |
| **description** | *string* | The description of the web page |
| **title** | *string* | The title of the web page |
| **icon** | *string* | The url of the icon of the web page |
| **sitename** | *string* | The name of the web site |
| **description** | *string* | The description of the web page |
| **thumbnail** | *string* | The url of the thumbnail of the web page |
| **oEmbed** | *OEmbedRichIframe* | The oEmbed rich iframe info of the web page |
| **player** | *Player* | The player of the web page |
| **title** | *string* | The title of the web page |
| **sitename** | *string* | The name of the web site |
| **sensitive** | *boolean* | Whether the url is sensitive |
| **url** | *string* | The url of the web page |

#### Player
Expand Down

0 comments on commit 2d63e2a

Please sign in to comment.