Skip to content

Commit 4c3dc5c

Browse files
committed
Update README.md
Fixed the PHP not found error.
1 parent df6a9e6 commit 4c3dc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Usage
1515
To run wordpress with node js and express do this:
1616

1717
var express = require('express');
18-
var php = require("php");
18+
var php = require("node-php");
1919
var path = require("path");
2020

2121
var app = express();

0 commit comments

Comments
 (0)