From 20e5baa53aa54e5ecd4013f496b66fa95e577f0e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Apr 2023 18:02:51 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b8fbcee..26880b6 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ $ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop- DISK_SIZE: "16G" ``` - To resize the disk to a maximum capacity of 8 terabyte you would use a value of `"8T"` for example. + To resize the disk to a capacity of 8 terabyte you would use a value of `"8T"` for example. * ### How do I change the location of the virtual disk? ###