From bfc6778dca1e1d4e15698d6f5ae120e613f2cab3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 12 Oct 2018 13:27:02 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81009ed..a8ca28e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ if __name__ == '__main__': api.run() ``` -This gets you a WSGI app, with WhiteNoise pre-installed, jinja2 templating (without additional imports), and a production webserver (ready for slowloris attacks), serving up requests with gzip compression automatically. +This gets you a ASGI app, with a production static files server pre-installed, jinja2 templating (without additional imports), and a production webserver (ready for slowloris attacks), serving up requests with gzip compression automatically. Class-based views (and setting some headers and stuff):