From 762d1ee0b9cf08c7d9a7f4314387f0088cfbc834 Mon Sep 17 00:00:00 2001 From: Jeremy McAnally Date: Mon, 12 Mar 2012 14:05:12 -0400 Subject: [PATCH] Fix egregious lack of code formatting there. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 29d00c87ba..afef04212a 100644 --- a/README.markdown +++ b/README.markdown @@ -83,7 +83,7 @@ The examples above are fairly simple and other libraries match or come close to #### Inline math operations -Suppose we have a table `products` with prices in different currencies. And we have a table currency_rates, of constantly changing currency rates. In Arel: +Suppose we have a table `products` with prices in different currencies. And we have a table `currency_rates`, of constantly changing currency rates. In Arel: products = Arel::Table.new(:products) products.columns # => [products[:id], products[:name], products[:price], products[:currency_id]]