Skip to content

Commit c1c1997

Browse files
committed
Merge branch 'master' of github.com:cursedcoder/eprocess
2 parents ecdd633 + fc1d86d commit c1c1997

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This lib is just a PoC, use at your own risk.
99

1010
Check out examples in `examples/` dir.
1111

12-
No tests – no problems.
13-
1412
Features
1513
========
1614
* 3 adapters: child process (react), pthreads, symfony process (not tested)
@@ -30,6 +28,10 @@ Install&try
3028
Example explains features
3129
=========================
3230

31+
Be aware this snippet below is only for explanatory reasons and will not work out (or at least yet).
32+
33+
For real examples see `exampes/simple.php` and related.
34+
3335
```php
3436
use EProcess\Application\Application;
3537
use EProcess\Application\ApplicationFactory;

0 commit comments

Comments
 (0)