From 4c5b0eed722b2dde6a2d6b750675dc8bc1520b2f Mon Sep 17 00:00:00 2001 From: Rostyslav <98691406+RostyslavOnysh@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:09:17 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3470d3..469d9e3 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Therefore, this application provides many useful features for managing the book # User Registration : 📌 1. Use the POST method: -```code +```json /api/auth/register ``` Example : @@ -67,7 +67,7 @@ The expected response will include the user's identifier and other user-related 2. User Authentication: 📌 -***Use the POST method:*** +* Use the POST method: ```code /api/auth/login. ```