Skip to content

Commit d9fa68c

Browse files
committed
docs: adjust line escape
1 parent bbb39da commit d9fa68c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ curl https://httpbin.org/ip
4747

4848
```shell
4949
curl https://httpbin.org/ip \
50-
| grep 'origin' \
51-
| head -n 1
50+
--user-agent "Task Keeper/0.1.0" \
51+
--silent
5252
curl https://httpbin.org/headers
5353
```

0 commit comments

Comments
 (0)