From f530126a0afefab4050aa140cb9d55fa64b14150 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 30 Oct 2022 20:54:40 +0100 Subject: [PATCH] Improve documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 085637ba6..c9237a765 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Run `yarn test` ## Public API -#### Authorization: Bearer Token +### Authorization: Bearer Token Set the header for each request as follows: @@ -198,7 +198,7 @@ Set the header for each request as follows: "Authorization": "Bearer eyJh..." ``` -You can get the _Bearer Token_ via `curl -s http://localhost:3333/api/v1/auth/anonymous/` +You can get the _Bearer Token_ via `GET http://localhost:3333/api/v1/auth/anonymous/` or `curl -s http://localhost:3333/api/v1/auth/anonymous/`. ### Import Activities