From 82abc51570b1240b96a02528481692c62a06a046 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Tue, 17 Oct 2017 10:28:14 +0100 Subject: [PATCH] Fix script name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63aac207..5f255583 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Any other differences are most probably real bugs and unintentional. Create an email account and use your IMAP client to connect to it. To send mail to this account, run the example script: ``` -node examples/push-mail.js username@example.com +node examples/push-message.js username@example.com ``` This should "deliver" a new message to the INBOX of _username@example.com_ by using the built-in LMTP maildrop interface. If your email client is connected then you should promptly see the new message.