Skip to content

Commit

Permalink
fix example; add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjandrews committed Feb 9, 2022
1 parent 17e4023 commit e9c1778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
],
"homepage": "https://github.com/Vonage/vonage-cli",
"keywords": [
"oclif-plugin"
"vonage-plugin",
"vonage",
"cli-plugin-sms"
],
"license": "MIT",
"oclif": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sms/src/commands/sms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class SMSSend extends BaseCommand {
static description = 'Send a simple SMS.'

static examples = [
`vonage sms --to=5551234567 --from=5551234567 --message="Hello there!`,
`vonage sms --to=15551234567 --from=15551234567 --message="Hello there!`,
]

static flags: OutputFlags<typeof BaseCommand.flags> & SMSFlags = {
Expand Down

0 comments on commit e9c1778

Please sign in to comment.