Skip to content

Commit 2a3063c

Browse files
committed
Merge pull request #74 from tricknotes/fix-wrong-class-name
Fix wrong class name at README.md
2 parents c85f31c + d24048e commit 2a3063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ HtmlEmailPipeline = Pipeline.new [
160160

161161
# Just emoji.
162162
EmojiPipeline = Pipeline.new [
163-
HTMLInputFilter,
163+
PlainTextInputFilter,
164164
EmojiFilter
165165
], context
166166
```

0 commit comments

Comments
 (0)