aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-01-20 15:20:00 -0600
committerParker <contact@pkrm.dev>2025-01-20 15:20:00 -0600
commit5abb3436d5c4104aa2dd4a754ba981f8fb28f137 (patch)
treefd7932fdce87be1fd82b397c356ef1e70ef68a0c
parent82786829ca96fad7e5c73481ec94859ab3b87704 (diff)
Fix mentions of diff. project
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 233d29e..c4966e8 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ CordArr is a self-hosted Discord bot that allows you to add new movies or shows
# Self-hosting
## Docker
-To run Guava in Docker, use the provided [docker-compose.yaml](docker-compose.yaml) file as a template for the container. Use the configuration section below to fill out the necessary information.
+To run Cordarr in Docker, use the provided [docker-compose.yaml](docker-compose.yaml) file as a template for the container. Use the configuration section below to fill out the necessary information.
## Bare metal
-To run Guava on bare metal, follow the steps below.
+To run Cordarr on bare metal, follow the steps below.
1. Install Python 3 and Pip
2. Clone this repository