This commit is contained in:
resteve 2012-11-29 18:28:49 +01:00
parent d019a44aad
commit 6acd2b6a5e
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -1,12 +1,12 @@
html2plaintext
=============
Python module to validate eMail.
Python module to convert HTML to Plain Text.
Nutshell
--------
Here a simple example to validate eMail:
Here a simple example to convert plain text:
>> from html2plaintext import html2plaintext
>> html = '<h1>Hello World</h1>'