node-php icon indicating copy to clipboard operation
node-php copied to clipboard

Typo in Usage example of your README

Open darrencruse opened this issue 10 years ago • 1 comments

No biggie but I believe in your example on your README where you have:

 var php = require("php");

It really should be:

 var php = require("node-php");

darrencruse avatar Aug 23 '14 14:08 darrencruse

I made a pull request over this, and he accepted it. This issue should be closed.

nhubbard avatar Oct 21 '14 19:10 nhubbard