From e03450339937d706a523a3e9a4868680cc604836 Mon Sep 17 00:00:00 2001 From: Mueez Khan <30333942+rzmk@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:17:49 -0400 Subject: [PATCH] [examples/ckan-ssg][xs]: update command to create project --- examples/ckan-ssg/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ckan-ssg/README.md b/examples/ckan-ssg/README.md index be3345f6b..ae89d4564 100644 --- a/examples/ckan-ssg/README.md +++ b/examples/ckan-ssg/README.md @@ -1,7 +1,7 @@ This is a repo intended to serve as an example of a data catalog that get its data from a CKAN Instance. ``` -npx create-next-app --example https://github.com/datopian/portaljs/tree/main/examples/ckan-example +npx create-next-app --example https://github.com/datopian/datahub/tree/main/examples/ckan-ssg cd ``` @@ -19,7 +19,7 @@ npm run dev Congratulations, you now have something similar to this running on `http://localhost:4200` ![](https://media.discordapp.net/attachments/1069718983604977754/1098252297726865408/image.png?width=853&height=461) -If yo go to any one of those pages by clicking on `More info` you will see something similar to this +If you go to any one of those pages by clicking on `More info` you will see something similar to this ![](https://media.discordapp.net/attachments/1069718983604977754/1098252298074988595/image.png?width=853&height=461) ## Deployment