From e16efd3d8f79e72a46c3462f3f5da89c4e3b6b43 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 12 Jul 2018 14:09:49 +0100 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9cf88a1..79feb932 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ As well as the `FileResponse` class, Starlette also includes ASGI applications for serving a specific file or directory: * `StaticFile(path)` - Serve a single file, given by `path`. -* `StaticFiles(directory)` - Serve any files in the given directory. +* `StaticFiles(directory)` - Serve any files in the given `directory`. You can combine these ASGI applications with Starlette's routing to provide comprehensive static file serving. -- 2.47.2