diff --git a/examples/4.x/README.md b/examples/4.x/README.md index 04e0dff..3851993 100644 --- a/examples/4.x/README.md +++ b/examples/4.x/README.md @@ -22,8 +22,8 @@ Verification commands Run the following commands to validate things are rolling as they should. ```bash -# Should use varnish 4.1 by default -lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4.1.11" +# Should use varnish 4.x by default +lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4" # Should backend from appserver by default lando ssh -s defaults -c "curl localhost | grep sophisticated" diff --git a/examples/6.x/README.md b/examples/6.x/README.md index 5579ae2..f4ee176 100644 --- a/examples/6.x/README.md +++ b/examples/6.x/README.md @@ -22,8 +22,8 @@ Verification commands Run the following commands to validate things are rolling as they should. ```bash -# Should use varnish 6.0.10 by user specification -lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6.0.11" +# Should use varnish 6.x +lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6" # Should backend from appserver by default lando ssh -s defaults -c "curl localhost | grep sophisticated"