From e2c404832c548970346daeed6a79f321c953b437 Mon Sep 17 00:00:00 2001 From: Qiushi Pan <17402261+qqpann@users.noreply.github.com> Date: Fri, 17 Jun 2022 14:41:21 +0000 Subject: [PATCH] chore: fix markdown format --- examples/blog-starter/README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/examples/blog-starter/README.md b/examples/blog-starter/README.md index bf307147d62ff..81126c03323ea 100644 --- a/examples/blog-starter/README.md +++ b/examples/blog-starter/README.md @@ -39,24 +39,18 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example: -``` +```bash npx create-next-app --example blog-starter blog-starter-app - -``` - -or - -``` +# or yarn create next-app --example blog-starter blog-starter-app # or pnpm create next-app --example blog-starter blog-starter-app - ``` Your blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions). Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)). -# Notes +## Notes This blog-starter uses [Tailwind CSS](https://tailwindcss.com) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3).