From 976e2bc32027b4b4b5e3e2ceebcf960e81f7e395 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 15 Feb 2024 10:25:17 +0000 Subject: [PATCH] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c1c30..06a66a4 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ Optionally, upload an `icon.png` as well to make the account look nice. * The `.htaccess` file transforms requests from `example.com/whatever` to `example.com/index.php?path=whatever`. * The `index.php` file performs a specific action depending on the path requested. -* Log files are saved as .txt in the root directory. +* Log files are saved as .txt in the `/logs` directory. * Post files are saved as .json in the `/posts` directory.