Skip to content

Commit 8a629f4

Browse files
committed
doc: fixed some typos
1 parent c9574f0 commit 8a629f4

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
@@ -46,9 +46,9 @@ server {
4646

4747
To use this module, configure your nginx branch with `--add-module=/path/to/zstd-nginx-module`. several points should be taken care.
4848

49-
* You can environment variables `ZSTD_INC` and `ZSTD_LIB` to specify the path to `zstd.h` and the path to zstd shared library represently.
50-
* static library is tried prior to dynamic library, since this Nginx module uses some **advanced APIs** where static linking is recommended.
51-
* System zstd bundle will be linked if `ZSTD_INC` and `ZSTD_LIB` are not specified.
49+
* You can set environment variables `ZSTD_INC` and `ZSTD_LIB` to specify the path to `zstd.h` and the path to zstd shared library represently.
50+
* static library will be tried prior to dynamic library, since this Nginx module uses some **advanced APIs** where static linking is recommended.
51+
* System's zstd bundle will be linked if `ZSTD_INC` and `ZSTD_LIB` are not specified.
5252

5353
# Directives
5454

0 commit comments

Comments
 (0)