From b38f6413ab207bb1ed0b5a0c6708e0d0cad6d351 Mon Sep 17 00:00:00 2001 From: Kite Date: Fri, 20 Jan 2023 14:48:29 +0900 Subject: [PATCH] Update README --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b10c689..a58e99f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packag ```bash npx create-next-app --example https://github.com/ixkaito/nextsss ``` + or + ```bash yarn create next-app --example https://github.com/ixkaito/nextsss ``` @@ -36,12 +38,8 @@ import Link from '../components/ActiveLink' const Nav: React.FC = () => { return ( ) } @@ -58,10 +56,10 @@ const Nav: React.FC = () => { return ( )