From 0215d5777ccd03894b90d3b101522be857807309 Mon Sep 17 00:00:00 2001 From: Hrishikesh Ballal Date: Sun, 23 Mar 2025 15:33:53 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88fa865..120c4a9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ nbsapi_verify --help In order to test your API while locally developing, that command might look like: ```shell -nbsinfra_verify --generate \ +nbsapi_verify --generate \ --host http://localhost:8000 \ --test-type all --username testuser \ @@ -64,10 +64,10 @@ nbsinfra_verify --generate \ If the command completes sucessfully, you can run the verification tool: ```shell -nbsinfra_verify --config-dir ~ +nbsapi_verify --config-dir ~ ``` When all tests pass, your API implementation is conformant to the `NbsAPI` specification! ## Help -`nbsinfra_verify --help` +`nbsapi_verify --help`