From 13c8413ff80d7702299dca7611dbfb578b4ea6e4 Mon Sep 17 00:00:00 2001 From: Dawid Sowa Date: Thu, 19 Dec 2024 15:15:01 +0100 Subject: [PATCH] docs: update create app name --- README.md | 4 ++-- packages/dapp-toolkit/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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