Atualizar o index.md

This commit is contained in:
João Demenech 2023-05-25 23:01:43 -03:00 committed by GitHub
parent 3a7d166c59
commit a3788c7d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 youd 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/learn-example
npx create-next-app my-data-portal --example https://github.com/datopian/portaljs/tree/main/examples/learn
```
> [!tip]