Skip to content

Commit 28208a5

Browse files
authored
Update README.md
1 parent 66c271a commit 28208a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ In case the VM doesn't have an IDE controller you can use the storagectl command
237237
```javascript
238238
virtualbox.storage.addCtl({
239239
vm: "machine_name",
240-
device_name: "IDE", //optional
240+
perhiperal_name: "IDE", //optional
241241
type: "ide" //optional
242242
}, function(){
243243
console.log('Controller has been added!');
@@ -251,7 +251,7 @@ Mount an ISO file to the added controller:
251251
```javascript
252252
virtualbox.storage.attach({
253253
vm: "machine_name",
254-
device_name: "IDE", //optional
254+
perhiperal_name: "IDE", //optional
255255
port: "0", //optional
256256
device: "0", //optional
257257
type: "dvddrive", //optional

0 commit comments

Comments
 (0)