Skip to content

Commit

Permalink
Merge pull request #227 from PeterDaveHello/patch-1
Browse files Browse the repository at this point in the history
Remove an additional `$`(dollar sign) in README.md
  • Loading branch information
chobits committed Jul 26, 2022
2 parents 33a68ef + fbdac5e commit 5671010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Build as a dynamic module
* 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.

```bash
$ $ wget http://nginx.org/download/nginx-1.9.12.tar.gz
$ wget http://nginx.org/download/nginx-1.9.12.tar.gz
$ tar -xzvf nginx-1.9.12.tar.gz
$ cd nginx-1.9.12/
$ patch -p1 < /path/to/ngx_http_proxy_connect_module/patch/proxy_connect.patch
Expand Down

0 comments on commit 5671010

Please sign in to comment.