Skip to content

Commit 38fa22e

Browse files
Updated README
1 parent 33c6f6a commit 38fa22e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ This is an email client that makes API calls to send and receive emails built us
1414
- [Copyright and License](#copyright-and-license)
1515

1616

17-
## Prerequisites
17+
### Prerequisites
1818

1919
Install the following prerequisites:
2020

2121
1. [Python 3.9.12 or higher](https://www.python.org/downloads/)
2222
2. [Visual Studio Code](https://code.visualstudio.com/download)
2323

2424

25-
## Installation
25+
### Installation
2626

2727
#### 1. Create a virtual environment
2828

@@ -67,23 +67,23 @@ python manage.py makemigrations
6767
python manage.py migrate
6868
```
6969

70-
## Run the application
70+
### Run the application
7171

7272
From the **root** directory run:
7373

7474
```bash
7575
python manage.py runserver
7676
```
7777

78-
## View the application
78+
### View the application
7979

8080
Go to http://127.0.0.1:8000/ to view the application.
8181

82-
## Note
82+
### Note
8383

8484
Just remember to send an email to an email address that already exists in the database.
8585

8686

87-
## Copyright and License
87+
### Copyright and License
8888

8989
Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.

0 commit comments

Comments
 (0)