Skip to content

Commit

Permalink
Merge pull request #160 from ChiragAgg5k/doc-158-adding-missing-comma…
Browse files Browse the repository at this point in the history
…-readme

fix: added missing comma in readme for fpm example
  • Loading branch information
christyjacob4 authored Jan 2, 2025
2 parents 95abfda + ff82d55 commit aa2c4ee
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 aa2c4ee

Please sign in to comment.