From f627e59aaf16d16572f782cc0471dec3de342f7e Mon Sep 17 00:00:00 2001 From: Pascal Date: Thu, 28 Nov 2024 12:56:04 +0100 Subject: [PATCH] Update README.md (#641) Fix typo preventing installation of vagrant-disksize plugin. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8423040..3f9960b 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ Start a virtual machine with Docker in it. You can use the Vagrantfile that we'v First, install `vagrant-disksize` plug-in: - vagrant plugin install vagrant-disksize: + vagrant plugin install vagrant-disksize Then, start the virtual machine