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 53fc6db commit ddc84dbCopy full SHA for ddc84db
README.md
@@ -24,7 +24,7 @@ npx @11ty/create nested/index.md '# Heading'
24
25
And in v1.0.6+ `stdin` is supported:
26
```sh
27
-echo '# Heading' | npx @11ty/create nested/index.md
+echo '# Heading' | npx @11ty/create index.md
28
```
29
30
Installation happens on-the-fly via `npx` and we needn’t put this in a package.json.
0 commit comments