diff --git a/README.md b/README.md index 0cb71b5..adb9405 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ This is a simple e-commerce backend application built with Node.js, TypeScript, ## Table of Contents -- [Technologies Used](#technologies-used) -- [How to Run](#how-to-run) -- [API Documentation](#api-documentation) - - [Users](#users) - - [Create a New User](#create-a-new-user---post-users) - - [Login](#login---post-userslogin) - - [Products](#products) - - [Get All Products](#get-all-products---get-products) +- [Technologies Used] +- [How to Run] +- [API Documentation] + - [Users] + - [Create a New User] + - [Login] + - [Products] + - [Get All Products] ## Technologies Used @@ -44,7 +44,7 @@ The application will be running on port 3000, and the database will be running o API Documentation # Users Create a New User - POST /users -- [Creates a new user](#create-a-new-user---post-users) +Creates a new user. Request Body