From 2d7f0d440bd7cb5b0a425600163297d576d9ff5e Mon Sep 17 00:00:00 2001 From: radioparalelo Date: Wed, 11 Mar 2026 01:17:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94779e0..2fbe843 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ indymedia/indymedia-wordpress – Core IndyMedia functionality. |-----------|-------------| | **Dockerfile** | Builds a clean `wordpress:php8.2-apache` image, installs Composer, WP‑CLI, and copies your custom theme. | | **composer.json / composer.lock** | Lists the 18 plugins (WPackagist mirror) that are installed into `wp-content/plugins/`. | -| **indy‑wp/indywp/** | Indymedia custom theme (built and ready to use). | +| **indy‑wp** | Indymedia custom theme (built and ready to use). | | **config/php.ini** | Optional PHP tweaks (upload limits, memory, etc.). | | **docker‑compose.yml** | Docker compose file for a full stack (MySQL, phpMyAdmin, etc.). | | **README.md** | This file. |