From ba4bddd481e36158534766956f0302eb07fa1fe4 Mon Sep 17 00:00:00 2001 From: albrecht <flo@DESKTOP-ERC0T8S> Date: Tue, 11 Jul 2023 11:26:49 +0200 Subject: [PATCH] fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8675f..2a01dee 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ curl --location --request POST 'localhost:8080/shoppingcart/pay' \ ``` ### Testing the API-Calls -Because of the frequent specification of the JWT token, API calls with CURL can be bothersome. Therefore a postman collection can be imported with the file `go-mazon.postman_collection`. Import this to your Postman for more comfortable tests. +Because of the frequent specification of the JWT token, API calls with CURL can be bothersome. Therefore a postman collection can be imported with the file `go-mazon.postman_collection.json`. Import this to your Postman for more comfortable tests. ## Troubleshooting If Docker doesn't detect a specific file, check if in VS-Code all Docker-related files has LF (Line Feed) and not CRLF (Carriage Return). \ No newline at end of file -- GitLab