diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16127e752a..c2d38e0af5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ test your site locally first. Local tests check for broken links, incorrectly formatted markup, and other things. To run the tests: ```console -$ docker build bake validate +$ docker buildx bake validate ``` If this command doesn't result in any errors, you're good to go!