From 50d5caacc983c3347d177a72775af123d75a1e6b Mon Sep 17 00:00:00 2001
From: Ali Polatel <alip@exherbo.org>
Date: Wed, 26 May 2010 10:13:03 +0300
Subject: [PATCH] notmuch-deliver: Fix copy/paste fail

---
 contrib/notmuch-deliver/README.mkd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/notmuch-deliver/README.mkd b/contrib/notmuch-deliver/README.mkd
index a71cfe23..f1f2144f 100644
--- a/contrib/notmuch-deliver/README.mkd
+++ b/contrib/notmuch-deliver/README.mkd
@@ -25,7 +25,7 @@ Here's a simple example for [maildrop](http://www.courier-mta.org/maildrop/):
     }
 
     # Deliver the rest to $MAILDIR, adding personal tag
-    to "|deliver-notmuch.rb -t personal"
+    to "|notmuch-deliver -t personal"
 
 ## Requirements
 - [notmuch](http://notmuchmail.org) shared library
-- 
2.45.2