From f9854185155421a2e46bf9a2c8cad71333a3bb67 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sat, 12 Aug 2023 15:34:37 +0200 Subject: [PATCH] docs(readme): fixed tables --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1219414..1bc82ed 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Registers a new account. #### Responses | Response | Description | -|----------|–-----------------------------------------| +|----------|------------------------------------------| | 200 | User created successfully | | 400 | Formal error in the request | | 409 | The requested username is already in use | @@ -42,7 +42,7 @@ Authenticates using an existing account. #### Responses | Response | Description | -|----------|–---------------------------------------------------| +|----------|----------------------------------------------------| | 200 | Authenticated successfully | | 400 | Formal error in the request | | 401 | Authentication failure (wrong password) |