Update ctrl + c

This commit is contained in:
2024-03-25 16:24:51 +01:00
parent 8cea0b89a0
commit f7daed8a22
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ This can be achieved as follows:
```
### Exit the program
To avoid exiting the program by mistake you have to press `ctrl + m` to leave the prompt.
To avoid exiting the program by mistake you have to press `ctrl + c` to leave the prompt.
### Database
The collected data will be stored in a sqlite database. The current working directory must be readable and writeable to store the `ratings.db` file.