From fb6dadd327d4aef9b3960b98c2649e6ee49b3845 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Fri, 3 Nov 2017 07:52:06 -0700 Subject: [PATCH] fix non ascii character --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 15c47ea..e10c999 100644 --- a/README.Rmd +++ b/README.Rmd @@ -59,7 +59,7 @@ The server cannot process the request due to a high load", which means you've done too many requests in a certain time period. Here's [what they say](http://api.plos.org/solr/faq/#solr_api_recommended_usage) on the matter: -> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If you’re a high-volume user of the PLOS Search API and need more API requests a day, please contact us at api@plos.org to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address. +> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If you're a high-volume user of the PLOS Search API and need more API requests a day, please contact us at api@plos.org to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address. ## Quick start diff --git a/README.md b/README.md index e049002..c75841e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The server cannot process the request due to a high load", which means you've done too many requests in a certain time period. Here's [what they say](http://api.plos.org/solr/faq/#solr_api_recommended_usage) on the matter: -> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If you’re a high-volume user of the PLOS Search API and need more API requests a day, please contact us at api@plos.org to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address. +> Please limit your API requests to 7200 requests a day, 300 per hour, 10 per minute and allow 5 seconds for your search to return results. If you exceed this threshold, we will lock out your IP address. If you're a high-volume user of the PLOS Search API and need more API requests a day, please contact us at api@plos.org to discuss your options. We currently limit API users to no more than five concurrent connections from a single IP address. ## Quick start