node-php
node-php copied to clipboard
Typo in Usage example of your README
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");
I made a pull request over this, and he accepted it. This issue should be closed.