From 6ec1950a30a6168c68a89aa05d1db412f56de00a Mon Sep 17 00:00:00 2001 From: Jeff Griffiths Date: Wed, 26 Apr 2023 11:12:09 -0700 Subject: [PATCH] fixed update instructions to point to @oddjs --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index ef6aa80..e98625f 100644 --- a/index.ts +++ b/index.ts @@ -162,8 +162,8 @@ const notifyUpdate = async (): Promise => { 'You can update by running: ' + chalk.cyan( pkgManager === 'yarn' - ? 'yarn global add create-odd-app' - : `${pkgManager} install --global create-odd-app` + ? 'yarn global add @oddjs/create-odd-app' + : `${pkgManager} install --global @oddjs/create-odd-app` ) + '\n' )