From 08304110a929fad113a0959d0c645771f603987a Mon Sep 17 00:00:00 2001 From: rednafi Date: Sat, 26 Oct 2024 01:04:27 +0200 Subject: [PATCH] Lint --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 608ac5e..b6acec5 100755 --- a/README.md +++ b/README.md @@ -115,10 +115,10 @@ If you want to run the app locally, without using Docker, then: ```sh curl -X GET "http://localhost:5002/api_a/22" \ - -H "accept: application/json" \ - -H "Authorization: Bearer $(curl -X POST "http://localhost:5002/token" \ - -H "accept: application/x-www-form-urlencoded" \ - -d "username=ubuntu&password=debian" | jq -r ".access_token")" + -H "accept: application/json" \ + -H "Authorization: Bearer $(curl -X POST "http://localhost:5002/token" \ + -H "accept: application/x-www-form-urlencoded" \ + -d "username=ubuntu&password=debian" | jq -r ".access_token")" ``` This should show a response like this: