diff --git a/README.md b/README.md
index 367f2fa..90e1123 100755
--- a/README.md
+++ b/README.md
@@ -13,9 +13,12 @@ You will be Introduced to Django Framework
You will learn how to create simple Django applications
## Schedule
-| Time | Topics |
-|----------------|---------------------------------------------------|
-| 10:00 - 10:30 | [`HTTP Response & Requests`](http_req_and_res.md) |
-| 01:30 - 03:30 | [`Django`](python_django.md) |
-| 12:00 - 01:30 | [`Break`] |
-| 12:00 - 01:30 | [`Docker and Django`](django_docker.md) |
+| Time | Topics |
+|---------------|---------------------------------------------------|
+| 10:00 - 10:30 | [`HTTP Response & Requests`](http_req_and_res.md) |
+| 10:30 - 11:30 | [`Docker and Django`](django_docker.md) |
+| 11:30 - 11:45 | [`Break`] |
+| 11.45 - 01:00 | [`Django setting, models etc`](excersise1.md) |
+| 01.00 - 02:00 | [`Break`] |
+| 02.00 - 03:00 | [`API, Django Admin`](excersise2.md) |
+| 03:00 - 04:00 | [`Polls app`](excersise3.md) |
diff --git a/excersise4.md b/excersise4.md
index 0f706e1..dd2b5c7 100755
--- a/excersise4.md
+++ b/excersise4.md
@@ -84,7 +84,7 @@ Now, create a polls/results.html template:
{% endfor %}
-Vote again?
+Vote again?
```
Now, go to /polls/1/ in your browser and vote in the question. You should see a results page that gets updated each time you vote. If you submit the form without having chosen a choice, you should see the error message.