From 1c774783627d41ff61f176720a5637bee81b480f Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 12 Jun 2015 16:35:42 -0400 Subject: [PATCH] Fix the examples --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index c7b2f08..6c9e5e1 100644 --- a/README.rst +++ b/README.rst @@ -87,15 +87,15 @@ Example Entrypoints Controller: -```python -{'sprockets.controller': ['http=sprockets.controllers.http:None']}, -``` +.. code:: python + + {'sprockets.controller': ['http=sprockets.controllers.http:None']}, Application: -```python -{'sprockets.http.app': ['name=package.or.module:None']} -``` +.. code:: python + + {'sprockets.http.app': ['name=package.or.module:None']} Applications ------------