Update README.md

Fixed the 30 minute event to be spelled correctly and actually be 30 minutes (and not 1470 minutes).
This commit is contained in:
Alex Rinehart
2015-06-02 23:56:43 -07:00
parent d0359a5e06
commit b18b40fa03
+1 -1
View File
@@ -25,7 +25,7 @@ Example
<script>
var cal = ics();
cal.addEvent('Demo Event', 'This is an all day event', 'Nome, AK', '8/7/2013', '8/7/2013');
cal.addEvent('Demo Event', 'This is thirty minut event', 'Nome, AK', '8/7/2013 5:30 pm', '8/9/2013 6:00 pm');
cal.addEvent('Demo Event', 'This is thirty minute event', 'Nome, AK', '8/7/2013 5:30 pm', '8/7/2013 6:00 pm');
</script>
<a href="javascript:cal.download()">Demo</a>
```