From 6bae2c4d364d85f011b756460f8ee9c6d5a126bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thibault=20Gu=C3=A9gan?= <thibault.guegan@gmail.com>
Date: Sun, 15 Nov 2015 19:46:25 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 91846e6..1aaf2c6 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ The event list contains CalendarEvent instances, see the description of the para
         this.mAllDay = allDay;
     }
 ````
-Here is a quick (and very simple) to provide a list of events:
+Here is a quick (and very simple) example providing a list of events:
 
 ```java
     private void mockList(List<CalendarEvent> eventList) {