Skip to content

Commit e35444a

Browse files
committed
Fix README wording
1 parent 2ce0cc9 commit e35444a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ When a FastCGI service is started, the stdin descriptor (fd 0) [is replaced by a
9898

9999
This is done automatically when you call the `listen` method on the server object without arguments, or with a callback as the only argument.
100100

101-
The `isService` function is provided to check if the listen method can be
101+
The `isService` function is provided to check whether the listen method can be
102102
called without arguments. **WARNING: The function always returns false on
103-
windows.** FastCGI services on Windows should obtain the stdin handle by
104-
calling `GetStdHandle(-10)` from `kernel32.dll`.
103+
windows.**
105104

106105
```js
107106
if (fcgi.isService()) {

0 commit comments

Comments
 (0)