From aa1350d01394fe6ce9eaf27c1ee8fc731970a9ca Mon Sep 17 00:00:00 2001
From: Dave Gauer <ratfactor@gmail.com>
Date: Tue, 19 Sep 2023 20:51:05 -0400
Subject: [PATCH] Update README.md with new clone instructions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 478d893..02de52a 100644
--- a/README.md
+++ b/README.md
@@ -59,8 +59,8 @@ $ zig version
 Clone this repository with Git:
 
 ```
-$ git clone https://github.com/ratfactor/ziglings
-$ cd ziglings
+$ git clone https://ziglings.org
+$ cd ziglings.org
 ```
 
 Then run `zig build` and follow the instructions to begin!