Skip to content

Commit 1bc240d

Browse files
author
Ganesh K Bhat
committed
[COMMIT] [feature] Minor changes to readme. Adding text in readme based on addition of cgijs and phpcgijs. Minor changes in demos.
1 parent 9915308 commit 1bc240d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ var p = path.join("test/php");
6363
// It can also be found in readme-php-options.txt (check for update in docs)
6464
// options ignore -h and --help
6565

66-
app.use(
67-
"/",
68-
php.cgi(p, { cgi_path: "/usr/bin/", options: { "-c": "/etc/php.ini" } })
69-
);
66+
app.use("/", php.cgi(p, { cgi_path: "/usr/bin/", options: { "-c": "/etc/php.ini" } }));
7067

7168
//
7269
// Following is the STRUCTURE for providing the declaration of paths and options:

0 commit comments

Comments
 (0)