From 2b1a2719adffdb34c4ab032418a58737319c0bfb Mon Sep 17 00:00:00 2001 From: ta2edchimp Date: Fri, 25 Sep 2015 14:52:25 +0200 Subject: [PATCH] Bugfix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.