Skip to content

Commit ff82d55

Browse files
committed
fix: added missing comma in readme for fpm example
1 parent c4b9303 commit ff82d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Http::get('/')
9696
}
9797
);
9898

99-
$http = new Http(new Server(), new Container() 'America/New_York');
99+
$http = new Http(new Server(), new Container(), 'America/New_York');
100100
$http->start();
101101
```
102102

0 commit comments

Comments
 (0)