From c9c2de43e4c48be084fb67ac850ff000abb8ef55 Mon Sep 17 00:00:00 2001 From: eboss-dev <55625101+eboss-dev@users.noreply.github.com> Date: Mon, 15 May 2023 13:51:09 +0200 Subject: [PATCH] Update typo in README.md --- js/v4api_sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/v4api_sdk/README.md b/js/v4api_sdk/README.md index a8e7389..afc6a5a 100644 --- a/js/v4api_sdk/README.md +++ b/js/v4api_sdk/README.md @@ -8,7 +8,7 @@ This example demonstrates use of the Nutanix `vmm` JS API library Example instructions are for a Linux or Mac OS X environment. -- Install Node.js as per the [officlal documentation](https://nodejs.org/en/download/) +- Install Node.js as per the [official documentation](https://nodejs.org/en/download/) - Add the [Nutanix vmm JS Client](https://www.npmjs.com/package/@nutanix-api/vmm-js-client) as a project dependency; for this demo we are using the `vmm` SDK as it provides access to Images APIs: ```