diff --git a/Faerun Calendar/script.json b/Faerun Calendar/script.json index dc6a6f13a..6d6d0522d 100644 --- a/Faerun Calendar/script.json +++ b/Faerun Calendar/script.json @@ -1,7 +1,7 @@ { "$schema": "https://github.com/Roll20/roll20-api-scripts/master/_Example%20Script%20-%20Check%20for%20formatting%20details/script.schema.json", - "name": "Faerun-Calendar", - "script": "encounter.js", + "name": "Faerun Calendar", + "script": "calendar.js", "version": "1.0", "description": "Faerûn Calendar for Roll20. Check the [Wiki](https://github.com/Julexar/Faerun-Calendar/wiki) for more Info.", "authors": "Julexar", @@ -13,4 +13,4 @@ "state.alarms": "read,write", "handout": "read,write" } -} \ No newline at end of file +}