Skip to content

Commit f573de8

Browse files
Update README.md
1 parent d645edb commit f573de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
```sh
6161
git clone https://github.com/ap-dev-github/atithidev-db-api.git
6262
```
63-
###2️⃣ Install Dependencies 📦
63+
### 2️⃣ Install Dependencies 📦
6464
```sh
6565
npm install
6666
```
67-
###3️⃣ Environment Variables 🔑
67+
### 3️⃣ Environment Variables 🔑
6868
```sh
6969
MONGO_URI=your-mongodb-connection-string
7070
```
71-
###4️⃣ Run Locally with Serverless Offline 🖥️
71+
### 4️⃣ Run Locally with Serverless Offline 🖥️
7272
```sh
7373
npx serverless offline
7474
```
75-
###5️⃣ Deploy to AWS Lambda 🚀
75+
### 5️⃣ Deploy to AWS Lambda 🚀
7676
```sh
7777
npx serverless deploy
7878
```

0 commit comments

Comments
 (0)