Skip to content

Commit 7565150

Browse files
authored
Merge pull request #732 from jtdowney/patch-1
Fix port in README
2 parents b912e56 + d9a7ec4 commit 7565150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ async fn order_shoes(mut req: Request<()>) -> tide::Result {
8787
```
8888

8989
```sh
90-
$ curl localhost:8000/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
90+
$ curl localhost:8080/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
9191
Hello, Chashu! I've put in an order for 4 shoes
9292
93-
$ curl localhost:8000/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
93+
$ curl localhost:8080/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
9494
number too large to fit in target type
9595
```
9696

0 commit comments

Comments
 (0)