Skip to content

Commit

Permalink
Merge pull request #74 from tricknotes/fix-wrong-class-name
Browse files Browse the repository at this point in the history
Fix wrong class name at README.md
  • Loading branch information
jch committed Jul 19, 2013
2 parents c85f31c + d24048e commit 2a3063c
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 @@ -160,7 +160,7 @@ HtmlEmailPipeline = Pipeline.new [

# Just emoji.
EmojiPipeline = Pipeline.new [
HTMLInputFilter,
PlainTextInputFilter,
EmojiFilter
], context
```
Expand Down

0 comments on commit 2a3063c

Please sign in to comment.