Skip to content

Commit

Permalink
Merge pull request #394 from ppworks/fix-readme-2
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
gjtorikian authored Feb 1, 2024
2 parents 7e56221 + 0cc8ff0 commit 398622c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ you to add additional elements. You can either modify the constant's value, or
re-define your own config and pass that in, such as:

```ruby
config = HTMLPipeline::SanitizerFilter::DEFAULT_CONFIG.dup
config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.dup
config[:elements] << "iframe" # sure, whatever you want
```

Expand Down

0 comments on commit 398622c

Please sign in to comment.