fix code block rendering in readme file
This commit is contained in:
parent
ac9044845d
commit
f9f3734acb
1 changed files with 12 additions and 15 deletions
|
@ -24,9 +24,7 @@ Configuring
|
||||||
Options can be passed via command line, or set in the `$HOME/.wakatime.cfg`
|
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.
|
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)
|
The `$HOME/.wakatime.cfg` file is in [INI](http://en.wikipedia.org/wiki/INI_file)
|
||||||
format. An example config file looks like:
|
format. An example config file looks like::
|
||||||
|
|
||||||
```
|
|
||||||
[settings]
|
[settings]
|
||||||
debug = false
|
debug = false
|
||||||
api_key = your-api-key
|
api_key = your-api-key
|
||||||
|
@ -38,7 +36,6 @@ ignore =
|
||||||
^/etc/
|
^/etc/
|
||||||
offline = true
|
offline = true
|
||||||
proxy = https://user:pass@localhost:8080
|
proxy = https://user:pass@localhost:8080
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|
Loading…
Reference in a new issue