Skip to content

Commit

Permalink
fix: added missing comma in readme for fpm example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Dec 24, 2024
1 parent c4b9303 commit ff82d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Http::get('/')
}
);

$http = new Http(new Server(), new Container() 'America/New_York');
$http = new Http(new Server(), new Container(), 'America/New_York');
$http->start();
```

Expand Down

0 comments on commit ff82d55

Please sign in to comment.