diff options
author | Joe Robinson <joe@lc8n.com> | 2018-01-05 10:51:22 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2018-01-05 10:51:22 +0000 |
commit | 3b750d67687949223bde7bd992c1e0aafb9c5607 (patch) | |
tree | 88bc7d585c3dbc2cdb7afe463e25b3a3ea4b9b6e /README.md | |
parent | 2ff70dfc950929f94223bb117fd71ce40a72d749 (diff) |
Add some formatting to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -18,29 +18,29 @@ It is recommended to run this daily with a cron job. Usage ----- -ruby blaunits.rb [amount] from-units to-units +`ruby blaunits.rb [amount] from-units to-units` e.g -ruby blaunits.rb 10 cm inches +`ruby blaunits.rb 10 cm inches` The amount can also be ommited to get the basic conversion rate e.g -ruby blaunits.rb GBP USD +`ruby blaunits.rb GBP USD` For units made up of more than one word you'll need to separate them with "to" or "in" e.g -ruby blaunits.rb US pints to fluid ounces +`ruby blaunits.rb US pints to fluid ounces` Installation ------------ -Install GNU units on your system. You may also need to run `units_cur` to install currency rates +Install GNU units on your system. You may also need to run `units_cur` to initialise currency rates Linux ----- @@ -54,7 +54,7 @@ OS X includes an older version of units which is incompatible with blaunits. A compatible version of GNU units can be installed from homebrew, but the binary will be named "gunits". -Rename the reference on line 4 to "gunits" +Rename the reference on line 4 to `gunits` Windows ------- |