From 229abe30de240ddad9c8bdc1548dcc7ec507b2a0 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 5 Apr 2026 10:46:42 +0800 Subject: [PATCH] docs: fix named sessions wording --- docs/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 51dff51aec..f4abc5c355 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2113,7 +2113,7 @@ It also means that they can be read by anyone who has access to the session file ### Named sessions -You can create one or more named session per host. For example, this is how you can create a new session named `user1` for `pie.dev`: +You can create one or more named sessions per host. For example, this is how you can create a new session named `user1` for `pie.dev`: ```bash $ http --session=user1 -a user1:password pie.dev/get X-Foo:Bar @@ -2598,4 +2598,3 @@ BSD-3-Clause: [LICENSE](https://github.com/httpie/cli/blob/master/LICENSE). ### Authors [Jakub Roztocil](https://roztocil.co) ([@jakubroztocil](https://twitter.com/jakubroztocil)) created HTTPie and [these fine people](https://github.com/httpie/cli/blob/master/AUTHORS.md) have contributed. -