From 5b68e9e698200dbaba70ff7b2c598dd73cafd8ff Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Mon, 9 Dec 2024 18:18:14 -0600 Subject: [PATCH] docs: update gh CLI instructions fix brackets + repository name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54f8632..9add046 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Choose a method: - **GitHub UI**: Press the "Use this template" button in the top-right corner of this page. - **GitHub CLI**: Install [GitHub CLI](https://cli.github.com). Then run one of the following: ```shell - gh repo create --template neoncitylights/typescript --public --clone {{repository}} # clone as public - gh repo create --template neoncitylights/typescript --private --clone {repository}} # clone as private + gh repo create --template neoncitylights/node --public --clone {{repository}} # clone as public + gh repo create --template neoncitylights/node --private --clone {{repository}} # clone as private ``` ### Replace placeholders