Skip to content

Commit

Permalink
Fix example in README.md and use => instead of :
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrakel committed Jun 12, 2024
1 parent a5480e0 commit 1d5e713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Define a domain (VM):
devices_profile => 'default',
dom_profile => 'default',
boot => 'hd',
domconf => { memory: { values => '2048', attrs => { unit => 'MiB' }}},
domconf => { memory => { values => '2048', attrs => { unit => 'MiB' }}},
disks => [{'type' => 'block',
'device' => 'disk',
'source' => {'dev' => '/dev/vm-pool/my-domain.img'},
Expand Down

0 comments on commit 1d5e713

Please sign in to comment.