Skip to content

Commit bc28edd

Browse files
committed
ReadMe updated
1 parent 284003f commit bc28edd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ReadMe.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ This project provides a robust and secure authentication system for your Node.js
77
* [Features](#features)
88
* [Tech Stack](#tech-stack)
99
* [Installation](#installation)
10-
- [Development](#developmen-installation)
11-
- [Production](#production-installation)
10+
- [Development](#development)
11+
- [Production](#production)
1212
* [API Endpoints](#api-endpoints)
1313

1414

15-
## Features <a name="features"></a>
15+
## Features
1616

1717
* **User Registration:**
1818
* Email and Password registration with mandatory email verification.
@@ -37,7 +37,7 @@ This project provides a robust and secure authentication system for your Node.js
3737

3838
[Go to Table of Contents](#table-of-contents)
3939

40-
## Tech Stack <a name="tech-stack"></a>
40+
## Tech Stack
4141

4242
* **Backend:**
4343
* Node.js
@@ -59,7 +59,7 @@ This project provides a robust and secure authentication system for your Node.js
5959

6060
[Go to Table of Contents](#table-of-contents)
6161

62-
## Installation <a name="installation"></a>
62+
## Installation
6363

6464
1. **Clone the Repository:**
6565

@@ -101,7 +101,7 @@ This project provides a robust and secure authentication system for your Node.js
101101
* Place `jwt_private.pem` and `jwt_public.pem` in the `secrets` directory. *(Create the `secrets` directory if it doesn't exist.)*
102102
103103
104-
**Development** <a name="development-installation"></a>
104+
### Development
105105
106106
4. **Install Dependencies:**
107107
@@ -130,7 +130,7 @@ This project provides a robust and secure authentication system for your Node.js
130130
131131
[Go to Table of Contents](#table-of-contents)
132132
133-
**Production:** <a name="production-installation"></a>
133+
### Production
134134
135135
4. **Run Docker:**
136136
@@ -143,7 +143,7 @@ This project provides a robust and secure authentication system for your Node.js
143143
144144
[Go to Table of Contents](#table-of-contents)
145145
146-
## API Endpoints <a name="api-endpoints"></a>
146+
## API Endpoints
147147
148148
```
149149
POST /register - Register a new user

0 commit comments

Comments
 (0)