diff --git a/README.md b/README.md index de22a8a..c81a08b 100644 --- a/README.md +++ b/README.md @@ -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