From 5fbc11f165f3b3324e15c94c02306f1deabc91e8 Mon Sep 17 00:00:00 2001
From: Jonathan Featherstone <jfeatherstone@instructure.com>
Date: Mon, 4 Jan 2016 16:45:20 -0700
Subject: [PATCH] Fix readme path

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c8f9fee..6c5eb58 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Features
 * Listening service is actual configured instance of postfix which facilitates accurate testing of application SMTP machinery
 * TLS support via STARTTLS using a self signed certificate
 * Login support via dovecot for any user, password is `password`
-* Emails are written to exposed `/mail`
+* Emails are written to exposed `/messages/mail`
   * Note that postfix requires non-privileged user to write mail files, so `docker` uid=1000 is used
 * Embedded nginx server with fancyindex enabled for browsing submitted emails
 
-- 
GitLab