From fe6ef47c8801076ea0eff0f174acda4ec7da8a09 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 19 Oct 2022 20:09:47 -0700 Subject: [PATCH] Nuke README reference to non-Docker checks (#1240) ## Description Nuke README reference to non-Docker checks ## Type of change - [x] :hamster: Trivial/Minor --- docs/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index c386eeff8..9ec70aacd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,12 +52,6 @@ make dockercheck VALE_TARGET="README.md docs/concepts" This command will lint all Markdown files and check them for style issues using the Docker container -```bash -make check -``` - -Same as `make dockercheck` but runs locally. Requires `vale` to be installed. - ## Documentation platform development ```bash