From fa2b91235e2d043ee1c88616f50b76f5910589fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Sun, 16 Dec 2018 10:48:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94b02d0..f073fb5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I recommend building executables with `pyinstaller` with `pyinstaller --onefile ## Database specification -The program requires sqlite databases for each class. +The program requires SQLite databases for each IB class. Each database must contain: @@ -38,7 +38,7 @@ Each database must contain: | ----------- | --------- | --------------------------------------------- | | `day` | `TEXT` | Day of the week (e.g. `monday`) | | `end_time` | `TEXT` | Ending time of lesson (e.g. `09:55`, `13:05`) | -| `lesson_id` | `TEXT` | Subject ID of the lesson (e.g. `ena`) | +| `lesson_id` | `TEXT` | Subject ID of the lesson (e.g. `tok`) | #### Subject IDs