We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d835f05 commit cd7d080Copy full SHA for cd7d080
1 file changed
README.md
@@ -98,7 +98,7 @@ awsCli.command('ec2 describe-instances --instance-ids i-789b3ba7').then(function
98
or with options
99
100
```js
101
-awsCli.command('ec2 describe-instances', { 'instance-ids': instance_id }).then(function (data) {
+awsCli.command('ec2 describe-instances', { 'instance-ids': 'i-789b3ba7' }).then(function (data) {
102
console.log('data = ', data);
103
});
104
0 commit comments