Skip to content

Commit

Permalink
Merge pull request #63 from tacman/patch-1
Browse files Browse the repository at this point in the history
remove $ so gitclip works
  • Loading branch information
caseyamcl committed Feb 28, 2023
2 parents 184f8a5 + c4fdebc commit ee21758
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,8 @@ from any [OAI 2.0 compliant endpoint](http://www.openarchives.org/OAI/openarchiv

Features:
* PSR-12 Compliant
* Composer-compatible
*
r-compatible
* Unit-tested
* Prefers Guzzle (v6, v7, or v5) for HTTP transport layer, but can fall back to cURL, or implement your own
* Easy-to-use iterator that hides all the HTTP junk necessary to get paginated records
Expand Down Expand Up @@ -258,7 +259,7 @@ to automatically handle OAI-PMH endpoint rate limiting rules.
First, include the middleware as a dependency in your app:

```bash
$ composer require caseyamcl/guzzle_retry_middleware
composer require caseyamcl/guzzle_retry_middleware
```

Then, when loading the Phpoaipmh libraries, build a Guzzle client manually, and add
Expand Down

0 comments on commit ee21758

Please sign in to comment.