From 29d56b747cc2811d1190ce0e28b450f7601d62d7 Mon Sep 17 00:00:00 2001 From: modelearth Date: Thu, 13 Jan 2022 20:28:09 -0500 Subject: [PATCH] Remove script format from "or" text by removing indent Also change to "or with TypeScript" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84fc72e..c9954ef 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git ``` - or TS (community support) +or with TypeScript (community support) ```bash npx degit timlrx/tailwind-nextjs-starter-blog#typescript @@ -108,7 +108,7 @@ First, run the development server: npm start ``` - or +or ```bash npm run dev