From 00a8ccfac62d84929618ea6c4e75db5fa8c9b202 Mon Sep 17 00:00:00 2001 From: tschulz Date: Tue, 31 May 2016 11:14:56 +0200 Subject: [PATCH] fiy typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb0a014..be734913 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Here is an example: @Override public void processNonCommandUpdate(Update update) { - //All non command updated end here + //All non command updates are passed to this method } .