]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Punctuation fix 10/head
authorTom Christie <tom@tomchristie.com>
Tue, 26 Jun 2018 13:13:10 +0000 (14:13 +0100)
committerTom Christie <tom@tomchristie.com>
Tue, 26 Jun 2018 13:13:10 +0000 (14:13 +0100)
README.md

index efc35046d52a52913b4685614afdfcae92eafc6e..4020e5c8464446e199aed12d24b655033b49deff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 
 Starlette is a small library for working with [ASGI](https://asgi.readthedocs.io/en/latest/).
 
-It gives you `Request` and `Response` classes, routing, a test client, and a
+It gives you `Request` and `Response` classes, request routing, a test client, and a
 decorator for writing super-minimal applications.
 
 **Requirements:**
@@ -48,7 +48,7 @@ class App:
         await response(receive, send)
 ```
 
-You can run the application with any ASGI server, including [uvicorn](http://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://pgjones.gitlab.io/hypercorn/),
+You can run the application with any ASGI server, including [uvicorn](http://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://pgjones.gitlab.io/hypercorn/).
 
 <p align="center">&mdash; ⭐️ &mdash;</p>