fix README.md

This commit is contained in:
tamaina 2023-05-04 17:18:10 +00:00
parent c7d71a9ec2
commit 2d63e2a006

View File

@ -68,13 +68,13 @@ A Promise of an Object that contains properties below:
| Property | Type | Description |
| :-------------- | :------- | :------------------------------------------ |
| **description** | *string* | The description of the web page |
| **icon** | *string* | The url of the icon of the web page |
| **sitename** | *string* | The name of the web site |
| **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 |
| **icon** | *string* | The url of the icon of the web page |
| **description** | *string* | The description of the web page |
| **thumbnail** | *string* | The url of the thumbnail of the web page |
| **player** | *Player* | The player 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