diff --git a/index.html b/index.html index 9ed546c..01c008e 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@

Calling as an API:

If you set the Content-Type request header to application/json the response will return as a JSON array of all found feed URLs. If no feeds are found an empty array will be returned and the response status code will be 404. If multiple feeds are found all will be returned in the array with a response status code of 300.

-✨ curl -H "Content-Type: application/json" https://feed-fetcher.cluster.fun/\?url\=https://marcusnoble.co.uk
+✨ curl https://feed-fetcher.cluster.fun/\?url\=https://marcusnoble.co.uk
 HTTP/1.1 200 OK
 Date: Sun, 21 Mar 2021 07:24:37 GMT
 Content-Type: application/json