Skip to content

Commit c9574f0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This Nginx module is currently considered experimental. Issues and PRs are welco
2222

2323
# Synopsis
2424

25-
```nginx.conf
25+
```nginx
2626
2727
# specify the dictionary
2828
zstd_dict_file /path/to/dict;
@@ -48,7 +48,7 @@ To use this module, configure your nginx branch with `--add-module=/path/to/zstd
4848

4949
* You can environment variables `ZSTD_INC` and `ZSTD_LIB` to specify the path to `zstd.h` and the path to zstd shared library represently.
5050
* 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 tries if `ZSTD_INC` and `ZSTD_LIB` are not specified.
51+
* System zstd bundle will be linked if `ZSTD_INC` and `ZSTD_LIB` are not specified.
5252

5353
# Directives
5454

0 commit comments

Comments
 (0)