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.