Nuke README reference to non-Docker checks (#1240)

## Description

Nuke README reference to non-Docker checks

## Type of change

- [x] 🐹 Trivial/Minor
This commit is contained in:
Niraj Tolia 2022-10-19 20:09:47 -07:00 committed by GitHub
parent b93e990429
commit fe6ef47c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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