Skip to content

Commit

Permalink
typo with git clone command in README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwren committed Jan 22, 2014
1 parent d8813fc commit 4483fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Download the module however you like. I'd recommend pulling it down with Git by

mkdir ~/src
cd ~/src
git clone git clone git@github.com:kkung/nginx-static-etags.git ./nginx-static-stags
git clone [email protected]:kkung/nginx-static-etags.git ./nginx-static-stags

To use the module, you'll have to compile it into Nginx. So, download the Nginx source, configure it with the module path, and compile:

Expand Down Expand Up @@ -38,4 +38,4 @@ Add `etags` to the relevant `location` blocks in your `nginx.conf` file:

It's currently an on/off toggle. The plan is to bring it to feature parity with [the Apache configuration option][apache]. It's really not there yet.

[apache]: http://httpd.apache.org/docs/1.3/mod/core.html#fileetag
[apache]: http://httpd.apache.org/docs/1.3/mod/core.html#fileetag

0 comments on commit 4483fcd

Please sign in to comment.