README-win32: typo fix from imweijh.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-04 21:25:42 +08:00
parent 828a7eec41
commit fa3af6cdf8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Caveats
The Win32 port of the NGINX core supports the good old `select` IO multiplexing mechanism
only.
The I/O Completion Ports (IOCP) feature is supported (yet). So do not use this build
The I/O Completion Ports (IOCP) feature is *not* supported (yet). So do not use this build
for production environments with very high concurrency levels.
This Win32 build of OpenResty is mainly for developers who want to develop their applications