diff --git a/README.md b/README.md index a2fa513..8d03403 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/packages/dapp-toolkit/README.md b/packages/dapp-toolkit/README.md index 22d6cf2..470cf3c 100644 --- a/packages/dapp-toolkit/README.md +++ b/packages/dapp-toolkit/README.md @@ -32,12 +32,12 @@ Add following code to head section of your page. See example usage inside `examp > ``` -## 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