Skip to content

Commit e69b308

Browse files
authored
Merge pull request #78 from sebastianrakel/fix-readme-example
Fix example in README.md and use => instead of :
2 parents a5480e0 + 1d5e713 commit e69b308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Define a domain (VM):
125125
devices_profile => 'default',
126126
dom_profile => 'default',
127127
boot => 'hd',
128-
domconf => { memory: { values => '2048', attrs => { unit => 'MiB' }}},
128+
domconf => { memory => { values => '2048', attrs => { unit => 'MiB' }}},
129129
disks => [{'type' => 'block',
130130
'device' => 'disk',
131131
'source' => {'dev' => '/dev/vm-pool/my-domain.img'},

0 commit comments

Comments
 (0)