Skip to content

Commit 0e1bb33

Browse files
committed
readme formatting
1 parent 0953a84 commit 0e1bb33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ further information.
2222
Configuration
2323
-------------
2424

25-
Copy whyattend/config.py to local_config.py and adjust the settings.
26-
Put your clan's logo into whyattend/static/img/clanicons.
27-
Replace whyattend/static/img/header.jpg with an image of your choice.
25+
* Copy `whyattend/config.py` to `local_config.py` and adjust the settings.
26+
* Put your clan's logo into `whyattend/static/img/clanicons`.
27+
* Replace `whyattend/static/img/header.jpg` with an image of your choice.
2828

2929
After deployment, the initial database schema should be generated by
30-
opening /createdb?API_KEY=<configured API KEY> in a browser.
30+
opening `/createdb?API_KEY=<configured API KEY>` in a browser.
3131

3232
The clan member roles can be synchronized with Wargaming's server by
33-
opening /sync-players/<clanid>/?API_KEY=<configured API KEY>
33+
opening `/sync-players/<clanid>/?API_KEY=<configured API KEY>`
3434

35-
config.API_KEY should be set to something random and secret, so only you
35+
`config.API_KEY` should be set to something random and secret, so only you
3636
can trigger the synchronization.
3737

3838
This can be automated by a cron script, e.g:
@@ -50,7 +50,7 @@ Example 1:
5050
apache2 + mod_wsgi
5151

5252
Follow the instructions from example 2 to install a virtual Python environment
53-
and use the provided wsgi_app.wsgi file as example.
53+
and use the provided `wsgi_app.wsgi` file as example.
5454

5555
The apache2 virtual host configuration could look like this:
5656

0 commit comments

Comments
 (0)