[site/learn][xs]: correct formatting and template project link.

This commit is contained in:
Rufus Pollock 2021-06-17 17:31:31 +02:00
parent 1931eaad31
commit 12b830f1e5

View File

@ -46,7 +46,9 @@ If you are on Windows, we recommend downloading Git for Windows and use Git Bash
To create a Portal.js app, open your terminal, cd into the directory youd like to create the app in, and run the following command:
npx create-next-app portaljs-dataset --use-npm --example "https://github.com/vercel/next-learn-starter"
```
npx create-next-app portaljs-dataset --use-npm --example "https://github.com/datopian/portal.js/tree/main/examples/default"
```
### Run the development server