diff --git a/README.md b/README.md index 4c1158a..68f61e3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Execute background processes asynchronously using an object oriented process poo ```php add("Google", new Process("ping google.com")); diff --git a/example/05-process-test.php b/example/05-process-test.php index 2cf7e56..d70c6c6 100644 --- a/example/05-process-test.php +++ b/example/05-process-test.php @@ -1,7 +1,7 @@ Process */ diff --git a/src/Process.php b/src/Process.php index 48fb0ca..83f0202 100644 --- a/src/Process.php +++ b/src/Process.php @@ -1,5 +1,5 @@