From 7417f01d5d8fa8bed84849684501c71b821dff68 Mon Sep 17 00:00:00 2001 From: Dave Gauer 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!