Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 8e91778

Browse files
committed
update package name in readme
1 parent ad8a8e2 commit 8e91778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ A CLI tool for starting a new service UI for cloud services at Unity.
1616
* Point to your new repo `cd c:/projects/new-service`
1717

1818
## Use the CLI to populate your repo
19-
* Install the CLI globally `npm i -g @testweb/cli`
19+
* Install the CLI globally `npm i -g unity-frontend-cli
2020
* Run `create-service`
2121
* Follow prompts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-frontend-cli",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A collection of scripts for setting up new cloud service UI projects.",
55
"bin": {
66
"web-cli": "./index.js",

0 commit comments

Comments
 (0)