Skip to content

Commit e10fab5

Browse files
authored
Update README.md
1 parent acf11b3 commit e10fab5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
A PHP implementation of a bare task loop.
55

6+
## Installation.
7+
8+
$ composer require thenlabs/task-loop 1.0.x-dev
9+
610
## Usage.
711

812
The file `example.php` contains the below code which show that once the loop is started, it will runs each one of his tasks.
@@ -98,4 +102,4 @@ Good bye!
98102

99103
For run the tests, runs the next command:
100104

101-
$ ./vendor/bin/pyramidal
105+
$ ./vendor/bin/pyramidal

0 commit comments

Comments
 (0)