From d9a6ea4ef16bc72ade51e0db211bd61a41e427f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Mon, 1 May 2023 08:30:17 -0300 Subject: [PATCH] [docs][xs]: fix install command after rename --- site/content/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/index.md b/site/content/docs/index.md index 01ba24d2..d1f22e61 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -16,7 +16,7 @@ If you have questions about anything related to PortalJS, you're always welcome To create a PortalJS app, open your terminal, cd into the directory you’d like to create the app in, and run the following command: ```bash -npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/basic-example +npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/learn-example ``` > [!tip]