Skip to content

Commit 258e652

Browse files
authored
Update README.md
1 parent 06194bd commit 258e652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ Mount an ISO file to the added controller:
252252
virtualbox.storage.attach({
253253
vm: "machine_name",
254254
device_name: "IDE", //optional
255-
port: "ide", //optional
256-
device: "0",
257-
type: "0",
255+
port: "0", //optional
256+
device: "0", //optional
257+
type: "dvddrive", //optional
258258
medium: "X:\Folder\containing\the.iso"
259259
}, function(){
260260
console.log('Image has been mounted!');

0 commit comments

Comments
 (0)