Skip to content

Commit

Permalink
Changed npm package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastLeaf committed Nov 16, 2015
1 parent 9c96186 commit 98ed091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Developing. Would be stable soon.

# API

`npm install node-fastcgi-client`. Use `require('node-fastcgi-client')` to get a `fastcgiConnector`.
`npm install fastcgi-client`. Use `require('fastcgi-client')` to get a `fastcgiConnector`.

`var client = fastcgiConnector(options)` Create a FastCGI client. Available options:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-fastcgi-client",
"name": "fastcgi-client",
"description": "A FastCGI client implementation in Node.js, mainly designed for cummunication with PHP.",
"author": "LastLeaf <bqfu@163.com>",
"repository": "git@github.com/LastLeaf/node-fastcgi-client.git",
Expand Down

0 comments on commit 98ed091

Please sign in to comment.