Skip to content

Commit 4ae0d2e

Browse files
authored
Update README.md
1 parent cdb9436 commit 4ae0d2e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# HTML::Pipeline [![Build Status](https://travis-ci.org/jch/html-pipeline.svg?branch=master)](https://travis-ci.org/jch/html-pipeline)
22

3-
GitHub HTML processing filters and utilities. This module includes a small
3+
HTML processing filters and utilities. This module includes a small
44
framework for defining DOM based content filters and applying them to user
5-
provided content. Read an introduction about this project in
6-
[this blog post](https://github.com/blog/1311-html-pipeline-chainable-content-filters).
5+
provided content.
6+
7+
This project was started at GitHub https://github.com/blog/1311-html-pipeline-chainable-content-filters. While GitHub still uses a similar design and pattern for rendering content, this gem should be considered standalone and independent from GitHub.
78

89
- [Installation](#installation)
910
- [Usage](#usage)
@@ -353,6 +354,8 @@ Thanks to all of [these contributors](https://github.com/jch/html-pipeline/graph
353354

354355
Project is a member of the [OSS Manifesto](http://ossmanifesto.org/).
355356

357+
The current maintainer is @gjtorikian
358+
356359
### Releasing A New Version
357360

358361
This section is for gem maintainers to cut a new version of the gem.

0 commit comments

Comments
 (0)