about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4e05c61..fa218f0 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,14 @@ for rendering email replies on websites and their [RSS] feed.
 
 ## Prerequisites
 
-This Python package depends on [bleach] for HTML sanitising
-and [markdown] for, well, rendering Markdown to HTML.  It is, however,
+This Python package depends on [nh3] for HTML sanitization
+and [mistune] for rendering Markdown to HTML.  It is, however,
 not designed to work with HTML emails with all those CSS and Java scripts.
 
 ## Installation
 
 It is recommended to install this package from a downstream repository,
-such as [Nix] or [IPWHL].
+such as [nixpkgs].
 
 ## Usage
 
@@ -40,7 +40,6 @@ by the Free Software Foundation, either version 3 of the License, or
 
 [mbox]: https://en.wikipedia.org/wiki/Mbox
 [RSS]: https://www.rssboard.org
-[bleach]: https://bleach.readthedocs.io
-[markdown]: https://python-markdown.github.io
-[Nix]: https://search.nixos.org/packages?channel=unstable&query=formbox
-[IPWHL]: https://man.sr.ht/~cnx/ipwhl
+[nh3]: https://nh3.readthedocs.io
+[mistune]: https://mistune.lepture.com
+[nixpkgs]: https://search.nixos.org/packages?channel=unstable&query=formbox