Skip to content

Commit

Permalink
README.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed Jul 19, 2011
1 parent 0d03b5c commit 565a6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ after this execute in console:

##Overview

For enable SetMan for model, you can add call 'settings'.
For enable SetMan for model, you can add call `settings`.

class Options < ActiveRecord::Base

Expand Down Expand Up @@ -59,7 +59,7 @@ or shorten variant:

Options.set :site_name, "New Name" #=> "New Name"

Methods `set_option` and `set` can given :to parameter:
Methods `set_option` and `set` can given `:to` parameter:

Options.set_option :site_name, :to => "New Name" #=> "New Name"
Options.set :site_name, :to => "New Name" #=> "New Name"
Expand Down

0 comments on commit 565a6a5

Please sign in to comment.