From 5f2fc5da4ab3e4e6d20323f0d017fe37b464e8c9 Mon Sep 17 00:00:00 2001 From: Tim <> Date: Wed, 18 Aug 2021 07:07:38 +0200 Subject: [PATCH] Updated readme --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 60f6366..f221152 100644 --- a/README.md +++ b/README.md @@ -59,14 +59,14 @@ Converts a [Postman collection](https://www.getpostman.com/docs/collections) to While possible to install globally, we recommend that you, if possible, add the converter to the `node_modules` of your test project using: ```shell -$ npm install -D postman-to-k6 +$ npm install -D @apideck/postman-to-k6 # or using yarn... -$ yarn add postman-to-k6 +$ yarn add @apideck/postman-to-k6 ``` -Note that this will require you to run the converter with `npx postman-to-k6 your-postman-file` or, if you are using an older versions of npm, `./node_modules/.bin/postman-to-k6 your-postman-file`. +Note that this will require you to run the converter with `npx @apideck/postman-to-k6 your-postman-file` or, if you are using an older versions of npm, `./node_modules/.bin/postman-to-k6 your-postman-file`. ### Global Installation @@ -74,15 +74,6 @@ Note that this will require you to run the converter with `npx postman-to-k6 you $ npm install -g postman-to-k6 ``` -### Docker - -The tool is also available for usage in Docker. To download an image with the tool from DockerHub: - -```shell -$ docker pull loadimpact/postman-to-k6 - -``` - ## Usage To convert an exported collection to a k6 script: