Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 25f9898

Browse files
authored
docs: fix typo
1 parent 3b9d9d4 commit 25f9898

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/styled-components/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
## Using `create-docz-app`
44

55
```sh
6-
npx create-docz-app docz-app-styled-docz --example styled-docz
6+
npx create-docz-app docz-app-styled-docz --example styled-components
77
# or
8-
yarn create docz-app docz-app-styled-docz --example styled-docz
8+
yarn create docz-app docz-app-styled-docz --example styled-components
99
```
1010

1111
## Download manually
1212

1313
```sh
14-
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/styled-docz
15-
mv styled-docz docz-example-styled-docz
16-
docz-example-styled-docz
14+
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/styled-components
15+
mv styled-components docz-example-styled-docz
1716
```
1817

1918
## Setup
@@ -46,4 +45,4 @@ yarn serve # npm run serve
4645
yarn deploy
4746
```
4847

49-
Note that by default `docz` generates the output site in `.docz/public` to change that add a `dest` field to your `doczrc.js` with the path you want to generate the code in.
48+
Note that by default `docz` generates the output site in `.docz/public` to change that add a `dest` field to your `doczrc.js` with the path you want to generate the code in.

0 commit comments

Comments
 (0)