From 254e43acc2420e150c83523d66ee73d022224a77 Mon Sep 17 00:00:00 2001 From: Ryan Ashton <103509041+djryanash@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:35:40 +0800 Subject: [PATCH] Update README.md correct `git clone https://github.com/yourusername/go-fullstack.git` to `git clone https://github.com/patrixr/go-fullstack.git` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3c4eda..3b25004 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ I am aware it technically goes against the "minimal external dependencies" princ 1. **Clone the Repository**: ```sh - git clone https://github.com/yourusername/go-fullstack.git + git clone https://github.com/patrixr/go-fullstack.git cd go-fullstack ```