postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.88k stars 1.17k forks source link

Typo in the description on the docker hub #2064

Open Boris1 opened 5 years ago

Boris1 commented 5 years ago

There is a typo in the description of the image on docker hub: https://hub.docker.com/r/postman/newman

Current text: Step 3: Run a collection using the newman image: docker run -t postman/newman:alpine https://www.getpostman.com/collections/8a0c9bc08f062d12dcda

Desired text: Step 3: Run a collection using the newman image: docker run -t postman/newman:alpine run https://www.getpostman.com/collections/8a0c9bc08f062d12dcda

Remark: The example uses a collection of version 1 and it is recommended to transfer the example collection to version 2.

Cronus1007 commented 3 years ago

@DannyDainton shall I implement this issue.

DannyDainton commented 3 years ago

You are not required to seek permission if you feel it's something you would like to work on 😂

We encourage people to contribute to the project 🏆

Cc @vvs11

cgaswin commented 3 years ago

Are the changes to made in https://hub.docker.com/r/postman/newman or https://github.com/postmanlabs/newman/blob/develop/docker/README.md.

If the changes are to be made to the first one, Could you pls tell me how should I be making changes there. Is there a way I can access that file? @DannyDainton

UtkarshTiwari123 commented 3 years ago

Hi , I would like to work on this issue but I am new to open-source.So can anyone please help me a little?

Lucifer0x17 commented 2 years ago

Is someone working on the issue?