From 19ca6b7f46e02f57efaeff8454d1298c6e692afc Mon Sep 17 00:00:00 2001 From: Vivek Kartha Date: Sun, 11 Feb 2018 14:46:17 +0530 Subject: [PATCH] Fixed a typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a065a..309603f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ b.Handle(tb.Query, func (q *tb.Query) { Now there's a dozen of supported endpoints (see package consts). Let me know if you'd like to see some endpoint or endpoint idea implemented. This system -is completely extensible, so I can introduce them without braking +is completely extensible, so I can introduce them without breaking backwards-compatibity. ## Poller