From 3b750d67687949223bde7bd992c1e0aafb9c5607 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 5 Jan 2018 10:51:22 +0000 Subject: Add some formatting to readme --- README.md | 12 ++++++------ 1 file 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 ------- -- cgit v1.2.3