Update README.md
This commit is contained in:
		@@ -10,7 +10,7 @@ I recommend building executables with `pyinstaller` with `pyinstaller --onefile
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Database specification
 | 
					## Database specification
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The program requires sqlite databases for each class.
 | 
					The program requires SQLite databases for each IB class.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Each database must contain:
 | 
					Each database must contain:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -38,7 +38,7 @@ Each database must contain:
 | 
				
			|||||||
| ----------- | --------- | --------------------------------------------- |
 | 
					| ----------- | --------- | --------------------------------------------- |
 | 
				
			||||||
| `day`       | `TEXT`    | Day of the week (e.g. `monday`)               |
 | 
					| `day`       | `TEXT`    | Day of the week (e.g. `monday`)               |
 | 
				
			||||||
| `end_time`  | `TEXT`    | Ending time of lesson (e.g. `09:55`, `13:05`) |
 | 
					| `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
 | 
					#### Subject IDs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user