diff --git a/Creating-Themes.md b/Creating-Themes.md index 03ebcbc..b92286d 100644 --- a/Creating-Themes.md +++ b/Creating-Themes.md @@ -16,10 +16,10 @@ BandagedBD requires one line at the beginning of a theme file to identify it: //META{"name":"Theme Name"}*// ``` -Optionally you can also include a website, source, and description field in the meta like so: +Optionally you can also include a website, source, author, version, and description field in the meta like so: ```js -//META{"name":"Theme","website":"https://example.com","source":"https://example.com/theme.css","description":"This theme makes things look better."}*// +//META{"name":"Theme","website":"https://example.com","source":"https://example.com/theme.css","author":"me","version":"0.0.6","description":"This theme makes things look better."}*// ``` # Extra