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 (
)