Skip to content

Commit 7509dd4

Browse files
committed
Fix documentation styling errors.
1 parent f08c1be commit 7509dd4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,30 +2225,30 @@ There are three possible sources of persisted cookies within a session. They hav
22252225
22262226
1. Receive a response with a `Set-Cookie` header:
22272227
2228-
```bash
2229-
$ http --session=./session.json pie.dev/cookie/set?foo=bar
2230-
```
2228+
```bash
2229+
$ http --session=./session.json pie.dev/cookie/set?foo=bar
2230+
```
22312231
22322232
2. Send a cookie specified on the command line as seen in [cookies](#cookies):
22332233
2234-
```bash
2235-
$ http --session=./session.json pie.dev/headers Cookie:foo=bar
2236-
```
2234+
```bash
2235+
$ http --session=./session.json pie.dev/headers Cookie:foo=bar
2236+
```
22372237
22382238
3. Manually set cookie parameters in the session file:
22392239
2240-
```json
2241-
{
2242-
"cookies": {
2243-
"foo": {
2244-
"expires": null,
2245-
"path": "/",
2246-
"secure": false,
2247-
"value": "bar"
2248-
}
2249-
}
2250-
}
2251-
```
2240+
```json
2241+
{
2242+
"cookies": {
2243+
"foo": {
2244+
"expires": null,
2245+
"path": "/",
2246+
"secure": false,
2247+
"value": "bar"
2248+
}
2249+
}
2250+
}
2251+
```
22522252
22532253
In summary:
22542254

0 commit comments

Comments
 (0)