From 0cc8ff07b69aeeff796f87cee150e0990cac426b Mon Sep 17 00:00:00 2001 From: ppworks Date: Thu, 1 Feb 2024 11:02:27 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8f54fc0..bac0b28e 100644 --- a/README.md +++ b/README.md @@ -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 ```