diff --git a/README.md b/README.md index fa2ea3c728019256a800bff1696aa1259404774d..7f8675f4625d444cc1cbc2efc87fb907fd2e668d 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ curl --location --request POST 'localhost:8080/shoppingcart' \ To add a Product (here Product with the ID = 1) use this function. In the request Body the amount will be specified. The user will also be detected with the Token-String. ``` -curl --location 'localhost:8080/shoppingcart/Product/1' \ +curl --location 'localhost:8080/shoppingcart/product/1' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer INSERT_TOKEN_HERE' \ --data '{