From 6cbefae12d8d7680470c435d371dbf9a33354c17 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Thu, 5 May 2022 22:06:39 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6947f..2fed8fe 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ BASE_URL=http://localhost:3000 node . with httpie: ``` -http POST localhost:3000/api/requests url==pearson.com 'domains[]==youtube.com' 'domains[]==facebook.com' +http POST localhost:3000/api/requests url==pearson.com 'domains[]==youtube.com' 'domains[]==google.com' ``` It returns a 303 response that redirects to a URL you can poll to see the status of the screenshot request.