From be32f92fbb8e6fbbcdf205b3e77b41b8112a520a Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 11 Dec 2012 11:24:21 +0100 Subject: [PATCH] Mention the additional protocols in the intro --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 91ceeec..c238e87 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Introduction Web Service Made Easy (WSME) is a very easy way to implement webservices in your python web application, and to add strong type checking to your favorite -REST library/framework. +REST library/framework, as well as additional protocols. It is originally a rewrite of TGWebServices with focus on extensibility, framework-independance and better type handling.