Updated readme and demo

This commit is contained in:
Travis
2014-03-11 14:23:28 -08:00
parent 6415ba5879
commit efb5222403
5 changed files with 35 additions and 10 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "ics.js",
"version": "0.1.1",
"version": "0.1.2",
"description": "A browser firendly .ics/.vcs file generator written entirely in javascript",
"main": "icsjs",
"dependencies": {
@@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/khornberg/ics.js.git"
"url": "https://github.com/nwcell/ics.js.git"
},
"keywords": [
"ics",
@@ -30,6 +30,6 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/khornberg/ics.js/issues"
"url": "https://github.com/nwcell/ics.js/issues"
}
}