Skip to content

Commit ddc84db

Browse files
committed
Simplify command
1 parent 53fc6db commit ddc84db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npx @11ty/create nested/index.md '# Heading'
2424

2525
And in v1.0.6+ `stdin` is supported:
2626
```sh
27-
echo '# Heading' | npx @11ty/create nested/index.md
27+
echo '# Heading' | npx @11ty/create index.md
2828
```
2929

3030
Installation happens on-the-fly via `npx` and we needn’t put this in a package.json.

0 commit comments

Comments
 (0)