From 3e83a0e928a98933a506089bfee6f7917e3f855c Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Mon, 16 Nov 2009 19:27:19 -0300 Subject: [PATCH] Small formatting change to README. --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index be4a100..57b1261 100644 --- a/README.markdown +++ b/README.markdown @@ -14,13 +14,13 @@ has only been tested with Erlang R13B. Installation ------------ -To compile the module you simply run 'make'. +To compile the module you simply run ``make``. -To run the unit tests run 'make test'. +To run the unit tests run ``make test``. -To run the example module run 'make example'. +To run the example module run ``make example``. -To build the (very) limited documentation run 'make docs'. +To build the (very) limited documentation run ``make docs``. Usage