From c7ad5da461c69aab33bc9497dd9006ceadc403ee Mon Sep 17 00:00:00 2001 From: aagrawal3 Date: Thu, 29 Sep 2022 10:51:30 +0530 Subject: [PATCH] Typo fix. Signed-off-by: Ankit Agrawal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34cc1920..0d380be5 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ SDK package installation commands may differ depending on the environment where **NOTE:** The SDK also requires OpenSSL 1.0.1+ in order to support TLS1.1 & 1.2 ##### 1. Typical Installation -This is the recommended way to install the SDK. The installation is done from [PyPi](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories. +This is the recommended way to install the SDK. The installation is done from [PyPI](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories. -Install/Update latest setuptools from PyPi +Install/Update latest setuptools from PyPI ```cmd pip install --upgrade pip setuptools ```