From 5abb3436d5c4104aa2dd4a754ba981f8fb28f137 Mon Sep 17 00:00:00 2001 From: Parker Date: Mon, 20 Jan 2025 15:20:00 -0600 Subject: [PATCH] Fix mentions of diff. project --- README.md | 4 ++-- 1 file 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