Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Dec 22, 2018
1 parent 036465e commit 6910ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -168,6 +169,7 @@ explicitly setting the encoding to EUC-JP on the parser:
doc = Nokogiri.XML('<foo><bar /></foo>', nil, 'EUC-JP')
```


## Development

```bash
Expand Down

0 comments on commit 6910ac5

Please sign in to comment.