Skip to content

Commit 279e1ef

Browse files
0xflotusjkeck-artidis
authored andcommitted
fix: small errors in docs (h2non#346)
1 parent 1cf2bbc commit 279e1ef

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
@@ -222,7 +222,7 @@ $ imaginary -concurrency 20
222222

223223
### Memory issues
224224

225-
In case you are experiencing any persistent unreleased memory issues in your deployment, you can try passing this environemnt variables to `imaginary`:
225+
In case you are experiencing any persistent unreleased memory issues in your deployment, you can try passing this environment variables to `imaginary`:
226226

227227
```
228228
MALLOC_ARENA_MAX=2 imaginary -p 9000 -enable-url-source
@@ -419,7 +419,7 @@ This feature is particularly useful to protect against multiple image operations
419419
imaginary -p 8080 -enable-url-signature -url-signature-key 4f46feebafc4b5e988f131c4ff8b5997
420420
```
421421

422-
It is recommanded to pass key as environment variables:
422+
It is recommended to pass key as environment variables:
423423
```
424424
URL_SIGNATURE_KEY=4f46feebafc4b5e988f131c4ff8b5997 imaginary -p 8080 -enable-url-signature
425425
```

0 commit comments

Comments
 (0)