From 9965c67bddaa357a5cbb8ec3bf24f645ef0e7a83 Mon Sep 17 00:00:00 2001 From: Ganesh B Date: Sat, 15 Sep 2018 21:56:20 +0530 Subject: [PATCH] [Commit]: Ganesh Bhat - Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server. Available Tests pass through. Adding docs for relevant changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3138582..d68726a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Dependencies # php-cgi * You need to have the interpreter installed in the system in order to use this extension. -* Alternatively, You can specify the full path of locally available/uninstalled php-cgi path in order to use this extension. If not custom path not specified in express, it tries to find the system installed php-cgi executable. If still unavailable it errors out. +* Alternatively, You can specify the full path of locally available php-cgi path. If custom path not specified in express, it tries to find the system installed php-cgi executable. If still unavailable, the server errors out. License -------