diff --git a/README.rst b/README.rst index 63a1367..df45015 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ How Easy ? Here is a standalone wsgi example:: - from wsme import WSRoot, expose, validate + from wsme import WSRoot, expose class MyService(WSRoot): @expose(unicode, unicode) # First parameter is the return type,