Skip to content

Commit 2493d2b

Browse files
authored
Merge pull request #3 from taty2010/patch-1
Fixed: Clone URL
2 parents 6d2bb56 + 967dbbc commit 2493d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Clicking this button will start the setup for a new project and deployment
282282
Clone this repo with the `git clone` command. Then install the [Netlify CLI](https://docs.netlify.com/cli/get-started/) tool and run `netlify init`.
283283

284284
```sh
285-
git clone https://github.com/netlify-templates/kpop-stack
285+
git clone https://github.com/nhost/nhost-netlify-starter-nextjs-reactquery.git
286286

287287
npm install netlify-cli -g # to install the Netlify CLI tool globally
288288

@@ -295,4 +295,4 @@ Site Settings > Build & deploy > Environment > Environment Variables
295295
```
296296
NEXT_PUBLIC_NHOST_SUBDOMAIN=YOUR_NHOST_APP_SUBDOMAIN
297297
NEXT_PUBLIC_NHOST_REGION=YOUR_NHOST_APP_REGION
298-
```
298+
```

0 commit comments

Comments
 (0)