From cd46e890bfb79234234bec60e7de81b963a4435a Mon Sep 17 00:00:00 2001 From: Trevor Richard Date: Fri, 22 Dec 2023 16:40:52 +0000 Subject: [PATCH] update template links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 992bd4d..f49f75b 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Template to kickstart a Foundry project. ## Getting started -The easiest way to get started is by clicking the [Use this template](https://github.com/pooltogether/foundry-template/generate) button at the top right of this page. +The easiest way to get started is by clicking the [Use this template](https://github.com/GenerationSoftware/foundry-template/generate) button at the top right of this page. If you prefer to go the CLI way: ``` -forge init my-project --template https://github.com/pooltogether/foundry-template +forge init my-project --template https://github.com/GenerationSoftware/foundry-template ``` ## Development