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.
2 parents c7d6509 + 9b26dab commit 3e9116bCopy full SHA for 3e9116b
README.md
@@ -94,8 +94,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
94
95
1. TypeScript and Contentlayer (alpha)
96
97
-```
98
-npx degit timlrx/tailwind-nextjs-starter-blog#contentlayer
+```bash
+npx degit 'timlrx/tailwind-nextjs-starter-blog#contentlayer'
99
```
100
101
or JS (official support)
@@ -107,7 +107,7 @@ npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git
107
or with TypeScript (community support)
108
109
```bash
110
-npx degit timlrx/tailwind-nextjs-starter-blog#typescript
+npx degit 'timlrx/tailwind-nextjs-starter-blog#typescript'
111
112
113
2. Personalize `siteMetadata.js` (site related information)
0 commit comments