From 5b27d40e735e9ffed619a8a850c19fbbb0f03ea7 Mon Sep 17 00:00:00 2001 From: onirenaud Date: Thu, 22 Oct 2020 17:59:47 +0900 Subject: [PATCH] update readm --- README.md | 6 +++--- lib/utils/messages.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78e6cb8..1e07ca8 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ Usage (choose your stack, your app name and style library): ```bash -npx create-r3f-app my-app +npx create-r3f-app my-app ``` or ```bash -yarn create r3f-app my-app +yarn create r3f-app my-app ``` ## Documentation -[documentation is available here](https://renaudrohlinger.github.io/create-r3f-app). +[https://renaudrohlinger.github.io/create-r3f-app](https://renaudrohlinger.github.io/create-r3f-app). diff --git a/lib/utils/messages.js b/lib/utils/messages.js index d2b2ba9..65d8437 100644 --- a/lib/utils/messages.js +++ b/lib/utils/messages.js @@ -24,7 +24,7 @@ exports.help = function () { return output.info(`Only ${chalk.green('')} is required. If you have any problems, do not hesitate to file an issue: - ${chalk.cyan('https://github.com/RenaudROHLINGER/create-r3f-starter/issues/new')} + ${chalk.cyan('https://github.com/RenaudROHLINGER/create-r3f-app/issues/new')} `); };