Run aspell on README

This commit is contained in:
Nat 2024-03-10 10:48:59 -07:00
parent 12171ecba7
commit b773e73037
Signed by: nat
GPG Key ID: B53AB05285D710D6
1 changed files with 1 additions and 1 deletions

View File

@ -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