Skip to content

Commit

Permalink
docs: update create app name
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Dec 19, 2024
1 parent 8777dd9 commit 1fd9202
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@

## How to start?

Install [Node.js] which includes [Node Package Manager][npm]. Use `create-radix-dapp` package - paste following command into your terminal and it will walk you through all required steps.
Install [Node.js] which includes [Node Package Manager][npm]. Use `create-radix-app` package - paste following command into your terminal and it will walk you through all required steps.

```bash
npx create-radix-dapp@latest
npx create-radix-app@latest
```

> [!IMPORTANT]
Expand Down
6 changes: 3 additions & 3 deletions packages/dapp-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Add following code to head section of your page. See example usage inside `examp
></script>
```

## Using `create-radix-dapp`
## Using `create-radix-app`

Use our [CLI tool](https://github.com/radixdlt/create-radix-dapp) to scaffold a new project. Just paste following command into your terminal and it will walk you through all required steps.
Use our [CLI tool](https://github.com/radixdlt/create-radix-app) to scaffold a new project. Just paste following command into your terminal and it will walk you through all required steps.

```bash
npx create-radix-dapp@latest
npx create-radix-app@latest
```

# Usage
Expand Down

0 comments on commit 1fd9202

Please sign in to comment.