Skip to content

Commit

Permalink
📝 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matyo91 committed Aug 15, 2024
1 parent c35391a commit c2d1e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $flow = Flow::do(static function() {

$ip = new Ip(new D1(4));
$flow($ip);
$flow->await();
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=8.3",
"symfony/event-dispatcher": "^7.0",
"symfony/messenger": "^7.0"
"symfony/messenger": "^7.0"
},
"require-dev": {
"amphp/amp": "^3.0",
Expand Down

0 comments on commit c2d1e4f

Please sign in to comment.