[xs]: Correction on README.md

This commit is contained in:
Virgo 2022-01-03 22:24:38 +00:00 committed by GitHub
parent 3bb94d23ba
commit 77574f56bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ This example creates a portal/showcase for a single dataset. The dataset should
## How to use
```bash
npx create next-app -e https://github.com/datopian/portal.js/tree/main/examples/dataset-frictionless
npx create-next-app -e https://github.com/datopian/portal.js/tree/main/examples/dataset-frictionless
# choose a name for your portal when prompted e.g. your-portal or go with default my-app
# then run it
@ -20,7 +20,7 @@ You should see the demo portal running with the example dataset provided:
### Use your own dataset
You can try it out with other Frictionless datasets.
You can try it out with other [Frictionless datasets](https://datahub.io/search).
In the directory of your portal do: