Merge pull request #125 from Codehunter-py/main

Removing 'mb' from the following line in the day14.md
This commit is contained in:
Michael Cade 2022-05-31 21:01:48 +02:00 committed by GitHub
commit f72bbe5ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
v.cpus = 4 v.cpus = 4
v.customize ["modifyvm", :id, "--vram", "128mb"] v.customize ["modifyvm", :id, "--vram", "128"]
end end