Skip to content

Commit 5671010

Browse files
authored
Merge pull request #227 from PeterDaveHello/patch-1
Remove an additional `$`(dollar sign) in README.md
2 parents 33a68ef + fbdac5e commit 5671010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Build as a dynamic module
220220
* Starting from nginx 1.9.11, you can also compile this module as a dynamic module, by using the `--add-dynamic-module=PATH` option instead of `--add-module=PATH` on the `./configure` command line.
221221

222222
```bash
223-
$ $ wget http://nginx.org/download/nginx-1.9.12.tar.gz
223+
$ wget http://nginx.org/download/nginx-1.9.12.tar.gz
224224
$ tar -xzvf nginx-1.9.12.tar.gz
225225
$ cd nginx-1.9.12/
226226
$ patch -p1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect.patch

0 commit comments

Comments
 (0)