From b6c82f2b1679c86eb2d6b5eec8a50581a4bd99f8 Mon Sep 17 00:00:00 2001 From: Drew Bell Date: Tue, 26 Mar 2019 17:23:50 -0500 Subject: [PATCH] doc: fix extend typo in README (#340) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be4f4565..8975a57aa 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ mercury-parser https://postlight.com/trackchanges/mercury-goes-open-source --for # Pass optional --header.name=value arguments to include custom headers in the request mercury-parser https://postlight.com/trackchanges/mercury-goes-open-source --header.Cookie="name=value; name2=value2; name3=value3" --header.User-Agent="Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1" -# Pass optional --extend-list argument to add a custom type to the response +# Pass optional --extend argument to add a custom type to the response mercury-parser https://postlight.com/trackchanges/mercury-goes-open-source --extend credit="p:last-child em" # Pass optional --extend-list argument to add a custom type with multiple matches