1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-30 00:39:32 +02:00

A few edits

This commit is contained in:
Batuhan Taskaya
2022-01-07 14:19:50 +03:00
parent 980bd59e29
commit eb4e32ca28
2 changed files with 8 additions and 7 deletions

View File

@@ -782,10 +782,9 @@ $ http --offline --print=B pie.dev/post \
```json
{
"product": {
"product": {
"name": "something",
"price": 10
},
"name": "something",
"price": 10
},
"type": "success"
}
```