From b59958f0d5e8d53d4e34ad76869557d8fa949775 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Tue, 22 Nov 2022 08:18:48 +0300 Subject: [PATCH] readme fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa9448cc..c69428a9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # discoursio-api -Tech stack: -- pyjwt +- sqlalchemy - redis - ariadne - starlette +- uvicorn # Local development @@ -40,5 +40,5 @@ python3 server.py dev # How to do an authorized request -Put the header 'Authorization' with token from signInQuery or registerQuery. +Put the header 'Authorization' with token from signIn query or registerUser mutation.