From acf58addd2c27937bcbf60b7f5d42af0b353a9db Mon Sep 17 00:00:00 2001 From: Avinash7390 Date: Wed, 31 May 2023 22:19:56 +0530 Subject: [PATCH] apis ---> APIs --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 2e926a37..5a4ea538 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -28,13 +28,13 @@ $ python -m pip install -r scripts/requirements.txt ## Run validations -To run format validation on the `README.md` file, being in the root directory of public-apis, run: +To run format validation on the `README.md` file, being in the root directory of public-APIs, run: ```bash $ python scripts/validate/format.py README.md ``` -To run link validation on the `README.md` file, being in the root directory of public-apis, run: +To run link validation on the `README.md` file, being in the root directory of public-APIs, run: ```bash $ python scripts/validate/links.py README.md