From 6910ac524130600418ad1e2448e42744bb231b3d Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 22 Dec 2018 08:58:24 -0500 Subject: [PATCH] README formatting [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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