Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Documented the new time feature.
  • Loading branch information
nwcell committed Mar 12, 2014
1 parent b479d03 commit 2a5ea5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Example
```
<script>
var cal = ics();
cal.addEvent('Demo Event', 'This is an awesome demo event', 'Nome, AK', '8/7/2013', '8/9/2013');
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');
</script>
<a href="javascript:cal.download()">Demo</a>
```
Expand All @@ -38,7 +39,7 @@ The tool uses 2 libraries from the following projects:

I've compressed them and included them into the source for the normal file. Other variations are available in the repo.

If you want IE to allow for either opening documents as well as saving documents, you can use my fork of FileSaver.js (https://github.com/nwcell/FileSaver.js)
If you want IE to allow for either opening documents as well as saving documents, you can use my fork of FileSaver.js (https://github.com/nwcell/FileSaver.js)... Though you honestly are probebly best off using their main.

Supported Browsers
------------------
Expand All @@ -58,4 +59,4 @@ Supported Browsers
Credits
------------------
* [Travis Krause](https://github.com/nwcell): Me
* [Kyle Hornberg](https://github.com/khornberg): Added multi event functionality and made everything a package firendly
* [Kyle Hornberg](https://github.com/khornberg): Added multi event functionality and made everything a package firendly

0 comments on commit 2a5ea5d

Please sign in to comment.