From 1a1f0cdffcfecaad21f046329c18a8e763eef923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=95=8F=E5=8D=8E?= Date: Sun, 9 Apr 2023 16:11:00 +0800 Subject: [PATCH] Fix how_to_use wrong repo path --- examples/nextjs-tailwind-mdx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nextjs-tailwind-mdx/README.md b/examples/nextjs-tailwind-mdx/README.md index 56b9ad2c..643711b7 100644 --- a/examples/nextjs-tailwind-mdx/README.md +++ b/examples/nextjs-tailwind-mdx/README.md @@ -22,9 +22,9 @@ Pre-configured with the following; Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: ```bash -npx create-next-app --example https://github.com/datopian/portal.js/tree/main/examples/nextjs-tailwind-mdx +npx create-next-app --example https://github.com/datopian/portaljs/tree/main/examples/nextjs-tailwind-mdx # or -yarn create-next-app --example https://github.com/datopian/portal.js/tree/main/examples/nextjs-tailwind-mdx +yarn create-next-app --example https://github.com/datopian/portaljs/tree/main/examples/nextjs-tailwind-mdx ``` Then run the app: