fix hyperlinks and inline code blocks in readme

This commit is contained in:
Alan Hamlett 2015-02-12 18:43:37 -08:00
parent f9f3734acb
commit 426bea542a

View file

@ -13,17 +13,17 @@ Usage
Install the plugin for your IDE/editor at https://wakatime.com/plugins Install the plugin for your IDE/editor at https://wakatime.com/plugins
If you are building a plugin using the [WakaTime API](https://wakatime.com/developers/) If you are building a plugin using the `WakaTime API <https://wakatime.com/developers/>`
then follow the [Creating a Plugin](https://wakatime.com/help/misc/creating-plugin) then follow the `Creating a Plugin <https://wakatime.com/help/misc/creating-plugin>`
guide for information about using `wakatime-cli.py`. guide for information about using ``wakatime-cli.py``.
Configuring 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
@ -42,6 +42,5 @@ Installation
------------ ------------
Each plugin installs wakatime for you, but for testing you can install the Each plugin installs wakatime for you, but for testing you can install the
common api interface with pip: common api interface with pip::
pip install wakatime pip install wakatime