diff --git a/assign4.md b/assign4.md
index ac79acb23f3267730cadf87a9eb92c5f37d90f7e..790b18a95d2374b78c9dcf33ce73c0b801594e90 100644
--- a/assign4.md
+++ b/assign4.md
@@ -14,6 +14,8 @@ Ensure that the Vagrantfile has loaded
 the `flightsskewed` database, together with tables populated from  `large-skewed.sql`. Use
 `flightsskewed` for all parts of this assignment.
 
+## Your Tasks
+
 **Task 1: External clients (25 pts)**:  One of more prominent ways to use a database system is using an
 external client, using APIs such as ODBC and JDBC, or the
 Python DB-API 2.0 specification.