aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b22dc3..e5b51be 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This crate provides the tokenizer from [html5ever](https://crates.io/crates/html
repackaged with all of its dependencies removed. The following dependencies were removed:
* [markup5ever](https://crates.io/crates/markup5ever)
- `buffer_queue` and `smallcharset` were merged into the source code
+ `buffer_queue`, `smallcharset` and the entity data were merged into the source code
* [tendril](https://crates.io/crates/tendril)
According to its README it contains "a substantial amount of unsafe code".