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:
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user