From 919ec9a2eef4f3e36601ffba82fa19c4fadd4355 Mon Sep 17 00:00:00 2001 From: Will Cosgrove Date: Sun, 6 May 2012 23:35:47 -0500 Subject: [PATCH] Fixed a syntax highlighting issue --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c230f8..d57cd47 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,9 @@ class Llama < ActiveRecord::Base end ``` -And now lets check it out +And now lets check it out in the console ```ruby -$ rails c >> llama = Llama.last >> llama.cost # => nil >> llama.cost = 100