Skip to content

Commit

Permalink
Fixed a syntax highlighting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willcosgrove committed May 7, 2012
1 parent bdd1c1a commit 919ec9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 919ec9a

Please sign in to comment.