From 6349faa30968957a178396ff91e6d2fb3d98ddb4 Wed, 25 May 2011 16:09:42 +0200
From: Bram Goffings <bramgoffings@gmail.com>
Date: Wed, 25 May 2011 16:09:26 +0200
Subject: [PATCH] Readme

diff --git a/README.txt b/README.txt
index 7b3b691..27891da 100644
--- a/README.txt
+++ b/README.txt
@@ -3,12 +3,14 @@
 sites/all/libraries/fullcalendar directory, or use the Libraries API module for
 site specific libraries.
 
+An example view named "fullcalendar" is added by default.
+
 To use the fullcalendar module:
-  1) Install Views, Date, Date API, and Date Timezone modules
-  2) Create a new content type that has either a date or a datetime field
-  3) Create a view for the content type
-  4) Change the view style plugin to "FullCalendar"
-  5) Change the view row style plugin to "Node - FullCalendar"
+  1) Install Views, Date, Date API, and Date Views modules
+  2) Create a new entity that has a date field (can also be datetime or datestamp)
+  3) Create a view and add filters for the entity
+  4) Change the format to "FullCalendar"
+  5) Change the format show setting to "Fields (FullCalendar)"
 
 KNOWN ISSUES:
 When displaying a repeating date field, each event might show up multiple times
