From 12b830f1e5b5c6807d0aea71ece84f5abcdf6bcf Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 17 Jun 2021 17:31:31 +0200 Subject: [PATCH] [site/learn][xs]: correct formatting and template project link. --- docs/markdowns/tutorial-doc/learn.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/markdowns/tutorial-doc/learn.md b/docs/markdowns/tutorial-doc/learn.md index bb2a3978..97b79ce6 100644 --- a/docs/markdowns/tutorial-doc/learn.md +++ b/docs/markdowns/tutorial-doc/learn.md @@ -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 you’d 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