Skip to content

Commit 646b69e

Browse files
author
Jade Lynn Masker
authored
Merge pull request #1 from HopefulFire/HopefulFire-patch-1
change readme so the text isn't all wonky
2 parents 66fbebf + 7857ae3 commit 646b69e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,14 @@ async fn order_shoes(mut req: Request<()>) -> tide::Result {
8989

9090
```sh
9191
$ curl localhost:8080/orders/shoes -d '{ "name": "Chashu", "legs": 4 }'
92+
```
93+
```text
9294
Hello, Chashu! I've put in an order for 4 shoes
93-
95+
```
96+
```sh
9497
$ curl localhost:8080/orders/shoes -d '{ "name": "Mary Millipede", "legs": 750 }'
98+
```
99+
```text
95100
number too large to fit in target type
96101
```
97102

0 commit comments

Comments
 (0)