Skip to content

Commit

Permalink
Fix README newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciozaffari committed Dec 7, 2010
1 parent bc0899c commit d192b82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -67,8 +67,11 @@ Options
-------

match:

:any - match any occurrence

:all - match all ocurrences

Default is _:any_.

search_in :brand, :name, { :tags => :name }, { :match => :any }
Expand All @@ -82,8 +85,11 @@ match:
=> 0

allow_empty_search:

true - match any occurrence

false - match all ocurrences

Default is _false_.

search_in :brand, :name, { :tags => :name }, { :allow_empty_search => true }
Expand Down

0 comments on commit d192b82

Please sign in to comment.