update to readme

This commit is contained in:
sean kenny
2014-09-23 13:12:26 +01:00
parent 8c3df49758
commit 2b0361d772
10 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ node_js:
- "0.10"
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt build
before_script: grunt dev
+1
View File
@@ -207,4 +207,5 @@ module.exports = function(grunt) {
return js;
}
};
+1 -1
View File
@@ -102,4 +102,4 @@
<div id='calendar'></div>
</body>
</html>
</html>
+1 -1
View File
@@ -97,4 +97,4 @@
<div id='calendar'></div>
</body>
</html>
</html>
+1 -1
View File
@@ -150,4 +150,4 @@
</div>
</body>
</html>
</html>
+1 -1
View File
@@ -146,4 +146,4 @@
<div id='calendar'></div>
</body>
</html>
</html>
+1 -1
View File
@@ -117,4 +117,4 @@
<div id='calendar'></div>
</body>
</html>
</html>
+1 -1
View File
@@ -125,4 +125,4 @@
<div id='calendar'></div>
</body>
</html>
</html>
+1
View File
@@ -1,6 +1,7 @@
[![Build Status](https://travis-ci.org/seankenny/fullcalendar.png?branch=master)](https://travis-ci.org/seankenny/fullcalendar)
#FORK INFO
##v2.1.1 BETA!
This fork adds a vertical resource view to FullCalendar. Some details on usage, etc are available here:
<a href="http://www.seankenny.me/blog/2013/08/14/fullcalendar-with-a-resource-day-view/" target="_blank">http://www.seankenny.me/blog/2013/08/14/fullcalendar-with-a-resource-day-view/</a>
<a href="http://www.seankenny.me/blog/2014/07/24/resource-fullcalendar-dragging-and-clicking/" target="_blank">http://www.seankenny.me/blog/2014/07/24/resource-fullcalendar-dragging-and-clicking/</a>
+1 -1
View File
@@ -139,4 +139,4 @@ ComboCoordMap.prototype = {
return cell;
}
};
};