From c4fdebc73456504ea7c8471962601b81853a0e02 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 8 Feb 2023 06:32:54 -0600 Subject: [PATCH] remove $ so gitclip works --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67784c4..f8f4037 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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