Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update create app name #302

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading