From ca0a0b7b45d6c5283cc5613a40adbbe001032cd5 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 25 Oct 2024 12:31:00 -0400 Subject: [PATCH] Update getting-started.md --- docs/src/content/docs/start-here/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/start-here/getting-started.md b/docs/src/content/docs/start-here/getting-started.md index c37163bb..8aa02c96 100644 --- a/docs/src/content/docs/start-here/getting-started.md +++ b/docs/src/content/docs/start-here/getting-started.md @@ -108,7 +108,7 @@ If you run into issues please make sure: ### Making a GitHub Repository -To get started, you'll need to fork the [the New Horizons addon template](https://github.com/xen-42/ow-new-horizons-config-template) +To get started, you'll need to click the green "Use This Template" button on the [the New Horizons addon template](https://github.com/xen-42/ow-new-horizons-config-template) GitHub repository. - Set the Name to your username followed by a dot (`.`), followed by your mod's name in PascalCase (no spaces, new words have capital letters). So for example if my username was "Test" and my mod's name was "Really Cool Addon", I would name the repo `Test.ReallyCoolAddon`. - The description is what will appear in the mod manager under the mod's name, you can always edit this later