Unverified Commit 531c6eb7 authored by Wagner Franchin's avatar Wagner Franchin Committed by GitHub

Update README.md

parent 1eb35fd6
......@@ -101,7 +101,8 @@ CONTAINER ID IMAGE COMMAND CREATED
## Running the tasks
To check whether the web servers can handle more than one request in parallel, you can open different terminal (or console) and run the examples commands below.
To check whether the web servers can handle more than one request in parallel, you can open different terminal (or console) and run the command examples below.
Replace `http://localhost:8000/` to `http://localhost:8001/` to run the same task but in a different web server.
```
$ curl -d TaskBubbleSort -d 20,10,15,7,33,31,25,10,16,9,28,77,1,4,3,5,6,2,22,13 http://localhost:8000/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment