From f9f3734acb16b1b2886e91e177aa811865860a2f Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 12 Feb 2015 18:41:35 -0800 Subject: [PATCH] fix code block rendering in readme file --- README.rst | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index a6938ab..8463d45 100644 --- a/README.rst +++ b/README.rst @@ -24,21 +24,18 @@ Configuring Options can be passed via command line, or set in the `$HOME/.wakatime.cfg` config file. Command line arguments take precedence over config file settings. The `$HOME/.wakatime.cfg` file is in [INI](http://en.wikipedia.org/wiki/INI_file) -format. An example config file looks like: - -``` -[settings] -debug = false -api_key = your-api-key -hidefilenames = false -ignore = - ^COMMIT_EDITMSG$ - ^TAG_EDITMSG$ - ^/var/ - ^/etc/ -offline = true -proxy = https://user:pass@localhost:8080 -``` +format. An example config file looks like:: + [settings] + debug = false + api_key = your-api-key + hidefilenames = false + ignore = + ^COMMIT_EDITMSG$ + ^TAG_EDITMSG$ + ^/var/ + ^/etc/ + offline = true + proxy = https://user:pass@localhost:8080 Installation