Skip to content

Commit 67c9892

Browse files
committed
Formatting fix
1 parent 7069e63 commit 67c9892

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ The application is hosted on Vercel and can be accessed at [Recipe For Success](
4343

4444
### Install Dependencies
4545

46-
```sh
4746
npm install dotenv express node nodemailer openai type nodemon
4847

49-
50-
5148
### Setup Environment Variables
5249

5350
Create a `.env` file in the root directory and add your OpenAI API key and other necessary configurations.
@@ -67,19 +64,19 @@ Email the recipe to yourself or request a new recipe.
6764
## Screenshots
6865

6966
- Home Screen
70-
![Home Screen](public/image/Screenshot 2024-05-18 at 08.19.25.png)
67+
![Home Screen](public/image/Screenshot 2024-05-18 at 08.19.25.png)
7168
- Dietary Requirements
72-
![Dietary Requirements](public/image/dietary.png)
69+
![Dietary Requirements](public/image/dietary.png)
7370
- Specify Other Dietary Requirements
74-
![Specify Other Dietart Requirements](public/image/other.png)
71+
![Specify Other Dietart Requirements](public/image/other.png)
7572
- Toggle Dark Mode
76-
![Toggle Dark Mode](public/image/darkmode.png)
73+
![Toggle Dark Mode](public/image/darkmode.png)
7774
- Loading Indicator
78-
![Loading Indicator](public/image/loading.png)
75+
![Loading Indicator](public/image/loading.png)
7976
- Recipe Result
80-
![Recipe Result](public/image/recipe.png)
77+
![Recipe Result](public/image/recipe.png)
8178
- Email Recipe
82-
![Email Recipe](public/image/email.png)
79+
![Email Recipe](public/image/email.png)
8380

8481
## Contributors
8582

@@ -92,4 +89,7 @@ Thanks to OpenAI for their API.
9289
Inspiration from various cooking apps.
9390
Special thanks to Founders and Coders for providing the basic knowledge to pursue the project.
9491
Special thanks to everyone who helped with the project.
92+
93+
```
94+
9595
```

0 commit comments

Comments
 (0)