From 9f64fecf96b36b3e134a262fcb50114d05671e71 Mon Sep 17 00:00:00 2001
From: albrecht <flo@DESKTOP-ERC0T8S>
Date: Tue, 11 Jul 2023 11:26:01 +0200
Subject: [PATCH] updated readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fa2ea3c..7f8675f 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 '{
-- 
GitLab