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.