From 1d5e7132008e3153da0e8f7c30debcc13dc422b5 Mon Sep 17 00:00:00 2001 From: Sebastian Rakel Date: Wed, 12 Jun 2024 16:01:05 +0200 Subject: [PATCH] Fix example in README.md and use => instead of : --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daccaf6..91be64b 100644 --- a/README.md +++ b/README.md @@ -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'},