diff --git a/README.md b/README.md index 93659ef..e38c724 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # guestbook.php -This is a guestbook system for personal websites! Its gimick is that it's simple enough to fit in one file (the SQLite database is technically another file, but `guestbook.php` will generate and handle it all on its own). +This is a guestbook system for personal websites! Its gimmick is that it's simple enough to fit in one file (the SQLite database is technically another file, but `guestbook.php` will generate and handle it all on its own). ## Setup