diff --git a/README.md b/README.md index c1daabc..d4ca137 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Simple utility CLI for importing data into SwaggerHub Explore. > > `import-spaces` Import SwaggerHub Explore spaces from a file > -> `import-postman-collection` Import Postman Collection from a file into SwaggerHub Explore +> `import-postman-collection` Import a Postman Collection (v2.1) from a file into SwaggerHub Explore ### Prerequisites @@ -153,15 +153,15 @@ From SwaggerHub Explore, navigate to your browser development tools, locate the |_| ``` **Description:** - > Import SwaggerHub Explore spaces from a file + > Import Postman collections (v2.1) from a file **Usage:** - > Explore.CLI import-spaces [options] + > Explore.CLI import-postman-collection [options] **Options:** > `-ec`, `--explore-cookie` (REQUIRED) A valid and active SwaggerHub Explore session cookie - > `-fp`, `--file-path` (REQUIRED) The path to the file used for importing data + > `-fp`, `--file-path` (REQUIRED) The path to the Postman collection > `-v`, `--verbose` Include verbose output during processing