Skip to content

Commit e269557

Browse files
committed
Merge pull request openresty#39 from onnimonni/patch-1
Fix typo on Readme
2 parents 92e5426 + 4cfea70 commit e269557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Using this module for main request caching and Lua for subrequest caching is the
184184
Distributed Memcached Caching
185185
-----------------------------
186186

187-
Here is a simple example demonstrating a distributed memcached caching mechanism built atop this module. Suppose we do have three different memcacached nodes and we use simple modulo to hash our keys.
187+
Here is a simple example demonstrating a distributed memcached caching mechanism built atop this module. Suppose we do have three different memcached nodes and we use simple modulo to hash our keys.
188188

189189
```nginx
190190

0 commit comments

Comments
 (0)