From 4efb40e03f91eacf34c61e50ebd03fbea53a7760 Mon Sep 17 00:00:00 2001 From: jirkadanek Date: Fri, 4 Mar 2016 08:28:58 +0100 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c169294..09167a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ is easy to implement other methods for sending emails using a local Postfix, an API, etc. It is versioned using [gopkg.in](https://gopkg.in) so I promise -they will never be backward incompatible changes within each version. +there will never be backward incompatible changes within each version. It requires Go 1.2 or newer. With Go 1.5, no external dependencies are used.