Skip to content

Commit d64c492

Browse files
committed
doc: various updates.
1 parent f243822 commit d64c492

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ You're recommended to install this module (as well as the Nginx core and many ot
156156
Alternatively, you can install this module manually with the Nginx source:
157157

158158
Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
159-
the version 1.9.3 (see [nginx compatibility](#compatibility)), and then build the source with this module:
159+
the version 1.9.7 (see [nginx compatibility](#compatibility)), and then build the source with this module:
160160

161161
```bash
162162

163-
$ wget 'http://nginx.org/download/nginx-1.9.3.tar.gz'
164-
$ tar -xzvf nginx-1.9.3.tar.gz
165-
$ cd nginx-1.9.3/
163+
$ wget 'http://nginx.org/download/nginx-1.9.7.tar.gz'
164+
$ tar -xzvf nginx-1.9.7.tar.gz
165+
$ cd nginx-1.9.7/
166166

167167
# Here we assume you would install you nginx under /opt/nginx/.
168168
$ ./configure --prefix=/opt/nginx \
@@ -183,7 +183,7 @@ Compatibility
183183

184184
This module is compatible with the following versions of Nginx:
185185

186-
* **1.9.x** (last tested: 1.9.3)
186+
* **1.9.x** (last tested: 1.9.7)
187187
* **1.8.x**
188188
* **1.7.x** (last tested: 1.7.10)
189189
* **1.6.x**
@@ -205,7 +205,7 @@ Copyright & License
205205
===================
206206
This module is licenced under the BSD license.
207207

208-
Copyright (C) 2011-2015, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
208+
Copyright (C) 2011-2016, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
209209

210210
All rights reserved.
211211

0 commit comments

Comments
 (0)