Skip to content

Commit 519b139

Browse files
committed
updated readme
1 parent 6798e30 commit 519b139

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
@@ -8,7 +8,7 @@ Dual licensed under MIT and GPL
88

99
## Description
1010

11-
A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using @proc_open@, not @exec@ or the type, therefore it can run in PHP safe mode.
11+
A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using `proc_open`, not `exec` or the type, therefore it can run in PHP safe mode.
1212

1313
## Requirements
1414

0 commit comments

Comments
 (0)