Skip to content

Commit 4d11bf6

Browse files
committed
Update readme
1 parent 3c3c123 commit 4d11bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Example explains features
3030

3131
```php
3232
use EProcess\Application\Application;
33+
use EProcess\Application\ApplicationFactory;
3334

3435
class Data
3536
{
@@ -63,6 +64,8 @@ class MyWorker extends Application
6364
});
6465
}
6566
}
67+
68+
ApplicationFactory::launch(Main::class);
6669
```
6770

6871
You need to have proper autoloading established in order to use this example.

0 commit comments

Comments
 (0)