Skip to content

Commit f6bcbaf

Browse files
authored
Update README.md
1 parent 66e7322 commit f6bcbaf

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,18 @@ Inside `onPostResponse(openGraphResult: OpenGraphResult)` you can use the data t
9898

9999
## OpenGraphResult class
100100
The data class ***OpenGraphResult*** contains:
101-
- title -> The title of the page the link points to
102-
- description -> The description metadata of the page
103-
- url -> The url of the page
104-
- image -> The image metadata for the page
105-
- siteName -> The name of the website (BASE URL).
106-
- type -> The type of the object e.g., "video.movie".
101+
102+
- title -> The title of the page the link points to
103+
- description -> The description metadata of the page
104+
- url -> The url of the page
105+
- image -> The image metadata for the page
106+
- siteName -> The name of the website (BASE URL).
107+
- type -> The type of the object e.g., "video.movie".
107108

108109
## JsoupProxy class
109110
The data class ***JsoupProxy*** contains:
110-
- host -> The host for the proxy
111-
- port -> The port for the proxy
111+
- host -> The host for the proxy
112+
- port -> The port for the proxy
112113

113114

114115
# Contributions

0 commit comments

Comments
 (0)