From c22b6a84aa9e00b60860eddcfdbc51bf010cd97a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Oct 2018 07:45:42 -0400 Subject: [PATCH] an --- README.md | 2 +- docs/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8b71af..65507db 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some [Hacktoberfest](https://hacktoberfest.digitalocean.com/) spirit around, bring some of my ideas to the table, and see what I could come up with. -## Example Web Service +## An Example Web Service ```python import responder diff --git a/docs/source/index.rst b/docs/source/index.rst index ec14761..9b6286d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -24,8 +24,8 @@ A familiar HTTP Service Framework The Python world certainly doesn't need more web frameworks. But, it does need more creativity, so I thought I'd spread some `Hacktoberfest `_ spirit around, bring some of my ideas to the table, and see what I could come up with. -Example Web Service -------------------- +An Example Web Service +---------------------- .. code:: python