diff --git a/README.md b/README.md index d57bece5ff..f9031489ff 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors. + ## Links * http://nokogiri.org @@ -168,6 +169,7 @@ explicitly setting the encoding to EUC-JP on the parser: doc = Nokogiri.XML('', nil, 'EUC-JP') ``` + ## Development ```bash