mirror of
https://github.com/actix/actix-web.git
synced 2024-12-16 21:26:34 +00:00
fix readme examples/signal
This commit is contained in:
parent
76b03851e6
commit
f1f5b23e77
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Signals
|
||||
|
||||
This example shows how to handle unix signals and properly stop http server
|
||||
This example shows how to handle Unix signals and properly stop http server. This example does not work with Windows.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue