Re-word daemonize feature

This commit is contained in:
Samuel Cochran 2011-06-01 01:38:19 +08:00
parent 30a34984bd
commit 4d0163ca0e

View File

@ -15,7 +15,7 @@ MailCatcher runs a super simple SMTP server which catches any message sent to it
* Download original email to view in your native mail client(s).
* Command line options to override the default SMTP/HTTP IP and port settings.
* Mail appears instantly if your browser supports [WebSockets][websockets].
* Daemonizable to run in the background.
* Runs as a daemon run in the background.
* Sendmail-analogue command, `catchmail`, makes [using mailcatcher from PHP][withphp] a lot easier.
* Written super-simply in EventMachine, easy to dig in and change.