Skip to content

Commit cd7d080

Browse files
committed
README
1 parent d835f05 commit cd7d080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ awsCli.command('ec2 describe-instances --instance-ids i-789b3ba7').then(function
9898
or with options
9999

100100
```js
101-
awsCli.command('ec2 describe-instances', { 'instance-ids': instance_id }).then(function (data) {
101+
awsCli.command('ec2 describe-instances', { 'instance-ids': 'i-789b3ba7' }).then(function (data) {
102102
console.log('data = ', data);
103103
});
104104

0 commit comments

Comments
 (0)