Skip to content

Commit f3af2ae

Browse files
committed
Update README.md
1 parent 6db6413 commit f3af2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ node-fastcgi
99

1010
[![NPM](https://nodei.co/npm/node-fastcgi.png?downloads=true)](https://nodei.co/npm/node-fastcgi/)
1111

12-
This module is a replacement for node's http module (server only). It can be used to build FastCGI applications or to convert existing node applications to FastCGI.
12+
This module is a drop-in replacement for node's http module (server only). It can be used to build FastCGI applications or to convert existing node applications to FastCGI.
1313

14-
The implementation is fully compliant with [FastCGI 1.0 Specification](http://www.fastcgi.com/drupal/node/6?q=node/22).
14+
The implementation is fully compliant with the [FastCGI 1.0 Specification](http://www.fastcgi.com/drupal/node/6?q=node/22).
1515

1616
Example
1717
-------

0 commit comments

Comments
 (0)