Skip to content

Commit 8987ebd

Browse files
authored
Update README.md
1 parent 299422b commit 8987ebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ python3 setup.py test
150150

151151
## HTTPie offline mode
152152

153-
[HTTPie for Terminal](https://httpie.io/) starting with version 2.0.0 also provides an [`--offline` mode](https://httpie.org/docs/cli/offline-mode). This makes it a good alternative to `httpcat` because it provides a convenient mechanism for crafting arbitrary HTTP requests without sending them using the user-friendly HTTPie syntax, for example:
153+
[HTTPie CLI](https://httpie.io/) starting with version 2.0.0 also provides an [`--offline` mode](https://httpie.io/docs/cli/offline-mode). This makes it a good alternative to `httpcat` because it provides a convenient mechanism for crafting arbitrary HTTP requests without sending them using the user-friendly HTTPie syntax, for example:
154154

155155
```bash
156156
echo -n 'Hello' | http --offline POST httpbin.org/post
@@ -193,6 +193,6 @@ $ echo -n 'Hello' | http --offline POST httpbin.org/post | nc httpbin.org 80
193193

194194
Jakub Roztocil
195195

196-
* [https://github.com/jakubroztocil](https://github.com/jakubroztocil)
197-
* [https://twitter.com/jakubroztocil](https://twitter.com/jakubroztocil)
196+
* [https://github.com/jkbrzt](https://github.com/jkbrzt)
197+
* [https://twitter.com/jkbrzt](https://twitter.com/jkbrzt)
198198
* [http://roztocil.co](http://roztocil.co)

0 commit comments

Comments
 (0)