Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add start and stop callbacks #1913

Merged
merged 10 commits into from
Jul 11, 2023
Prev Previous commit
Next Next commit
Use proper markdown flavor
  • Loading branch information
jevin committed Jun 22, 2023
commit b4caadaac4a42a70a746d193217049a36067ad4f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ There are 2 lifecycle events currently exposed by Sinatra. One when the server s

They can be used like this:

```
```ruby
on_start do
puts "===== Booting up ====="
end
Expand Down