diff --git a/README.md b/README.md index 6c93187..8092ca2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It has a text interface and uses a SQLite-database. ```PLAIN $ whyblocked -This is whyblock 0.4.0. +This is whyblocked 0.4.0. Type add, remove, view or details. Or just the first letter. Type quit or q to quit the program. : add diff --git a/src/whyblock.cpp b/src/whyblock.cpp index 552ae8c..e5b7c5e 100644 --- a/src/whyblock.cpp +++ b/src/whyblock.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) sqlite::connection con(get_filepath()); bool keeprunning = true; - cout << "This is whyblock " << global::version << ".\n"; + cout << "This is whyblocked " << global::version << ".\n"; cout << "Type add, remove, view or details. Or just the first letter.\n"; cout << "Type quit or q to quit the program.\n"; while (keeprunning)