Skip to content

Commit 3858ebe

Browse files
committed
Fix typos
1 parent 8116ab0 commit 3858ebe

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
@@ -14,7 +14,7 @@ $ simplify-cli init
1414
- Choose an S3 Bucket name? (starwars-0920)
1515
- Choose an Environment? (demo)
1616

17-
$ simplify-cli regiter
17+
$ simplify-cli register
1818
$ simplify-cli login
1919
$ simplify-cli create --help
2020

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ const showAvailableStacks = (options, promptDescription) => {
634634

635635
showBoxBanner()
636636

637-
var argv = require('yargs').usage('simplify-cli init | regiter | login | logout | upgrade | create | deploy | destroy | list [options]')
637+
var argv = require('yargs').usage('simplify-cli init | register | login | logout | upgrade | create | deploy | destroy | list [options]')
638638
.string('help').describe('help', 'Display Help for a specific command')
639639
.string('name').describe('name', 'Specify a name for the created project')
640640
.string('template').describe('template', 'Init nodejs or python template')

0 commit comments

Comments
 (0)