From 5ed1848e900a91d40e6e64721ad10e6bf435ad09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Br=C3=BCll?= Date: Wed, 17 Nov 2010 12:09:27 +0100 Subject: [PATCH] cosmetic readme cleanup --- README.rdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 92a666f..0d4b9d9 100644 --- a/README.rdoc +++ b/README.rdoc @@ -92,11 +92,11 @@ To find statements by thier assigned coordinates, the following methods are prov The previously create statement will be returned by repository.statements.find_inside_box :type => cartesian_type, - :predicate => "", - :x_min => 10, - :y_min => 10, - :x_max => 30, - :y_max => 30 + :predicate => "", + :x_min => 10, + :y_min => 10, + :x_max => 30, + :y_max => 30 == Transactions