From 31c4ce32a6f67048a19bd1827346e5ac0a56960b Mon Sep 17 00:00:00 2001 From: Geert-Jan van den Bosch Date: Wed, 14 Aug 2024 13:20:58 +0200 Subject: [PATCH] Update readme since its now possible to install as an extra of lxml --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51f705c..b49ece6 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This project was initially a part of [lxml](https://github.com/lxml/lxml). Becau ## Installation -You can install this project directly via `pip install lxml_html_clean` or soon as an extra of lxml -via `pip install lxml[html_clean]`. Both ways installs this project together with lxml itself. +You can install this project directly via `pip install lxml_html_clean` or as an extra of lxml +via `pip install lxml[html_clean]`. Both ways install this project together with lxml itself. ## Security