From 6acd2b6a5ec2e6d5ebb81d33a3706a9d261a552b Mon Sep 17 00:00:00 2001 From: resteve Date: Thu, 29 Nov 2012 18:28:49 +0100 Subject: [PATCH] README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0f0d92a..d0d9703 100644 --- a/README +++ b/README @@ -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 = '

Hello World

'