From fa6b9a825e1ad15ee919878338d0cc75df5371f6 Mon Sep 17 00:00:00 2001 From: Caleb Albritton Date: Fri, 13 Apr 2018 11:50:05 -0400 Subject: [PATCH] Spelling correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f29dbdd..e4bc808 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ in development, but you can use poller in production if you want. Package contains: -- Ligthweight client for bot API (with fast and thread-safe +- Lightweight client for bot API (with fast and thread-safe [httpclient](https://github.com/nahi/httpclient) under the hood). - Controller with message parser: define methods for commands, not `case` branches. - Middleware and routes helpers for production env.