We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4183960 commit 9b26dabCopy full SHA for 9b26dab
README.md
@@ -93,8 +93,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
93
94
1. TypeScript and Contentlayer (alpha)
95
96
-```
97
-npx degit timlrx/tailwind-nextjs-starter-blog#contentlayer
+```bash
+npx degit 'timlrx/tailwind-nextjs-starter-blog#contentlayer'
98
```
99
100
or JS (official support)
@@ -106,7 +106,7 @@ npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git
106
or with TypeScript (community support)
107
108
```bash
109
-npx degit timlrx/tailwind-nextjs-starter-blog#typescript
+npx degit 'timlrx/tailwind-nextjs-starter-blog#typescript'
110
111
112
2. Personalize `siteMetadata.js` (site related information)
0 commit comments