From 3eae46241d69e3069d18806371e8bc3263238e38 Mon Sep 17 00:00:00 2001 From: C <6714828+cpcf@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:03:58 +0100 Subject: [PATCH] Update README.md, fix install link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bb7ff0..edbda93 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Scales the number of boids to the terminal size. Works best on larger terminals. ## Installation ```bash -go get github.com/go-boid/go-boid +go get github.com/cpcf/go-boid ``` ## Usage @@ -24,4 +24,4 @@ go-boid ``` ## Parameters -Currently hard coded in main.go and boid.go \ No newline at end of file +Currently hard coded in main.go and boid.go