rialto-php / rialto

Manage Node resources with PHP
MIT License
170 stars 80 forks source link

Rename the executable_path option to node_path #11

Open nesk opened 6 years ago

nesk commented 6 years ago

The actual option name is confusing.

This:

https://github.com/nesk/rialto/blob/e51cd3106cdf046a11fd18cef9a48e7f5bac71d3/src/ProcessSupervisor.php#L41-L42

should become:

// Node's executable path 
'node_path' => 'node', 

Note: all occurences of executable_path should be replaced in the documentation.