diff --git a/README.md b/README.md index 9fbb016..def9d16 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Ingredients has an API you can use. This API can be used to scan sites. You can start a scan with one `GET` call. Just provide the URL you want to scan as a query parameter. ```http -GET https://ingredients.work/api/ingredients?url=https://example.com +GET https://api.ingredients.work/ingredients?url=https://example.com ```