From e696f59d5a1ae454484ce9eb54e378a78a4d2abd Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 25 Jun 2018 14:21:24 +0100 Subject: [PATCH] Tweak README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ba549ed..9b148518 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -

-

Starlette

-

+

+ Starlette +

The little ASGI library that shines.

@@ -26,6 +26,8 @@ class App: await response(receive, send) ``` +

— ⭐️ —

+ ## Responses Starlette includes a few response classes that handle sending back the -- 2.47.3