Skip to content

Commit

Permalink
Remove blank lines in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adambair committed Jan 21, 2010
1 parent 55fcdb2 commit 0a4964c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.rdoc
Expand Up @@ -42,16 +42,13 @@ Destructive (saves the filtered content to the database)
profanity_filter! :foo, :bar, :method => 'hollow'
# all letters except the first and last will be replaced



=== You can also use the filter directly:

ProfanityFilter::Base.clean(text)
ProfanityFilter::Base.clean(text, 'dictionary')
ProfanityFilter::Base.clean(text, 'vowels')
ProfanityFilter::Base.clean(text, 'hollow')


== Benchmarks

Inquiring minds can checkout the simple benchmarks I've included so you can have an idea of what kind of performance to expect. I've included some quick scenarios including strings of (100, 1000, 5000, 1000) words and dictionaries of (100, 1000, 5000, 25000, 50000, 100000) words.
Expand Down

0 comments on commit 0a4964c

Please sign in to comment.