From 0991e17670a060bf78a7c07d7f7ab4c98fbdb5c6 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Sun, 9 Nov 2025 18:10:32 -0500 Subject: [PATCH] updated git url in readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index b5bd03a..338a595 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,6 @@ This project was created completely by the [Cursor AI Code Editor](https://www.c ### Installation -#### Branch Selection - -There are 2 branches, latest & dev. - -| Branch | Description | -| ------------- | ------------- | -| Latest | The most recent stable build. Use this if you don't like to get changes early. | -| Dev | Use this if you want to be on the cutting edge. This can be unstable or even broken. | - #### Environment Variables These variables below are all for the email notifications. If you want to be able to send email notifications correctly, each of these needs to be provided and filled out. @@ -113,7 +104,7 @@ docker run -d --name rsvp-manager \ -e FRONTEND_BASE_URL=https://rsvp.example.com \ -e TZ= --restart unless-stopped \ - ryderjj89/rsvp-manager: + git.rydertech.us/ryder/rsvp-manager:latest ``` 2. Access the application at `http://localhost:3000`