Skip to content

Commit 766a8de

Browse files
authored
Merge pull request chobits#48 from chobits/for_pull_request
fixed typo for README.md-install-openresty
2 parents 69776c7 + 259bb06 commit 766a8de

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
@@ -149,11 +149,11 @@ $ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
149149
$ make && make install
150150
```
151151

152-
* Install this from OpenResty source:
152+
* Install this module from OpenResty source:
153153

154154
```
155155
$ wget https://openresty.org/download/openresty-1.13.6.2.tar.gz
156-
$ tar xvf openresty-1.13.6.2.tar.gz
156+
$ tar -zxvf openresty-1.13.6.2.tar.gz
157157
$ cd openresty-1.13.6.2
158158
$ ./configure --add-module=/path/to/ngx_http_proxy_connect_module
159159
$ patch -d build/nginx-1.13.6/ -p 1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect.patch

0 commit comments

Comments
 (0)