diff --git a/README.rst b/README.rst index 3a07373..9f37fe9 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,6 @@ with focus on extensibility, framework-independance and better type handling. How Easy ? ~~~~~~~~~~ -.. highlight:: python - :: from wsme import WSRoot, expose, validate @@ -28,15 +26,11 @@ How Easy ? With this published at the ``/ws`` path of your application, you can access your hello function in various protocols: - .. highlight:: javascript - ``http:///ws/hello.json?who=you`` :: "Hello you !" - .. highlight:: xml - ``http:///ws/hello.xml`` ::