Skip to content

Commit 21fcb9b

Browse files
authored
Update README.md
1 parent c77ce25 commit 21fcb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ git clone https://github.com/shreys7/django-todo.git
88
```
99
You will need django to be installed in you computer to run this app. Head over to https://www.djangoproject.com/download/ for the download guide
1010

11-
Once you have downloaded django, go to todoApp directory and run the following commands
11+
Once you have downloaded django, go to todoApp directory and run the following command
1212

1313
```bash
1414
$ python manage.py makemigrations
@@ -27,6 +27,6 @@ That was pretty simple, right? Now let's make the App live. We just need to star
2727
$ python manage.py runserver
2828
```
2929

30-
You can see the line on which the server is hosted. Once the server is hosted, head over to http://127.0.0.1:8000/todos for the App.
30+
Once the server is hosted, head over to http://127.0.0.1:8000/todos for the App.
3131

3232
Cheers and Happy Coding :)

0 commit comments

Comments
 (0)