From efa9058ffa295845bdc73b7530c33e5c0556210f Mon Sep 17 00:00:00 2001 From: Igor Polyakov Date: Mon, 11 Jul 2016 16:34:40 -0700 Subject: [PATCH] html2html is a very helpful example for parsing and then serializing html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c4d938..ac7073e2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add html5ever as a dependency in your [`Cargo.toml`](http://crates.io/) file: html5ever = "*" ``` -Then take a look at [`examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/examples/print-rcdom.rs) and the [API documentation][]. +Then take a look at [`examples/html2html.rs`](https://github.com/servo/html5ever/blob/master/examples/html2html.rs) and [`examples/print-rcdom.rs`](https://github.com/servo/html5ever/blob/master/examples/print-rcdom.rs) and the [API documentation][]. ## Getting started in other languages