summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index e31c38d..6b98081 100644
--- a/README.md
+++ b/README.md
@@ -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
-------