Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
docs: cra fix project name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Feb 12, 2020
1 parent 98f3311 commit 43837bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/create-react-app-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Using `create-docz-app`

```sh
npx create-docz-app docz-app-cra --example cra
npx create-docz-app docz-app-cra --example create-react-app-ts
# or
yarn create docz-app docz-app-cra --example cra
yarn create docz-app docz-app-cra --example create-react-app-ts
```

## Download manually
Expand Down
8 changes: 4 additions & 4 deletions examples/create-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
## Using `create-docz-app`

```sh
npx create-docz-app docz-app-cra --example cra
npx create-docz-app docz-app-cra --example create-react-app
# or
yarn create docz-app docz-app-cra --example cra
yarn create docz-app docz-app-cra --example create-react-app
```

## Download manually

```sh
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/cra
mv cra docz-cra-example
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/create-react-app
mv create-react-app docz-cra-example
cd docz-cra-example
```

Expand Down

0 comments on commit 43837bc

Please sign in to comment.