diff --git a/README.md b/README.md index 6a95f12..afb2d6f 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ You may proceed to configure the `Slash Command` in Slack. Recommended settings Type `/battlereporter help` into the current channel's chat to get a list of options; Basically: enter `/battlereporter` (with or without appended `latest`) to post the latest created BattleReport, enter `/battlereporter list` to get a list of the 25 most recently created reports, or use `/battlereporter 123` to post the BattleReport with Id #123. -## Themeing BattleReporter +### Themeing BattleReporter Currently, BattleReporter comes with only a default theme. You can easily create your own or modify the default theme by duplicating the `/public/themes/default` folder and making the necessary changes to the included html templates, css files or images. BattleReporter uses `Twig` as its templating engine, so head over to [their excellent documentation](http://twig.sensiolabs.org/documentation) to see, what's possible.