Skip to content

Commit

Permalink
Formatting README
Browse files Browse the repository at this point in the history
  • Loading branch information
adambair committed Jun 14, 2009
1 parent 75411f0 commit dcddb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -8,7 +8,7 @@ This plugin is provided as is - therefore, the creators and contributors of this

== Example

You can use it in your models:
=== You can use it in your models:

Notice -- there are two profanity filters, one is destructive. Beware the exclamation point (profanity_filter!).

Expand All @@ -30,7 +30,7 @@ Destructive (saves the filtered content to the database)
profanity_filter! :foo, :bar, :method => 'dictionary'
# banned words will have their vowels replaced

You can also use the filter directly:
=== You can also use the filter directly:

ProfanityFilter::Base.clean(text)
ProfanityFilter::Base.clean(text, 'dictionary')
Expand Down

0 comments on commit dcddb77

Please sign in to comment.