README: GitHub's markup renderer chokes on Unicode ellipses in code blocks
authorW. Trevor King <wking@tremily.us>
Tue, 13 Nov 2012 12:48:58 +0000 (07:48 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 13 Nov 2012 12:48:58 +0000 (07:48 -0500)
README

diff --git a/README b/README
index 908bcf8c8cfe7a5af9accbff388f27525c5c929e..155be4c5cb4229a7cfc804c6dfea68a99505faf0 100644 (file)
--- a/README
+++ b/README
@@ -165,11 +165,11 @@ prefer to use SMTP__ directly, edit the configuration file and fill in
 your outoing email server's details::
 
   [DEFAULT]
-  …
+  ...
   use-smtp = True
   smtp-server = smtp.yourisp.net:587
   smtp-auth = False
-  …
+  ...
 
 If your server requires you to login, change ``smtp-auth = False`` to
 ``smtp-auth = True`` and enter your email username and password::