Skip to content

Commit 26e7aaa

Browse files
committed
chore: fix readme broken links
1 parent 017b517 commit 26e7aaa

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,15 @@ Don't forget to checkout the [examples] folder for detailed demonstration!
102102

103103
### Connector
104104

105-
Connector provides a simple way to collects data from different websites, offering several benifits:
106-
* A unified API: you can fetch data using one or two lines of code to get data from many websites.
107-
* Auto Pagination: it automatically do the pagination for you so that
108-
you can specify the desire count of the returned results without even considering the count-per-request restriction from the API.
109-
* Smart API request strategy: it is able to issue API requests in parallel while respects the rate limit policy.
105+
Connector provides a simple way to collect data from different websites, offering several benefits:
106+
* A unified API: you can fetch data using one or two lines of code to get data from many websites.
107+
* Auto Pagination: it automatically does the pagination for you so that you can specify the desired count of the returned results without even considering the count-per-request restriction from the API.
108+
* Smart API request strategy: it can issue API requests in parallel while respecting the rate limit policy.
110109

111-
In the following examples, you can download Yelp business search result into a pandas DataFrame,
110+
In the following examples, you can download the Yelp business search result into a pandas DataFrame,
112111
using only two lines of code, without taking deep looking into the Yelp documentation!
113-
More examples can be found here:
114-
[Examples](https://https://github.com/sfu-db/dataprep/tree/develop/examples)
112+
More examples can be found here:
113+
[Examples](https://github.com/sfu-db/dataprep/tree/develop/examples)
115114

116115
<center><a href="https://sfu-db.github.io/dataprep/connector.html#getting-web-data-with-connector-query"><img src="https://github.com/sfu-db/dataprep/raw/develop/assets/connector.png"/></a></center>
117116

0 commit comments

Comments
 (0)