From: Tom Christie Date: Thu, 12 Jul 2018 13:09:49 +0000 (+0100) Subject: Tweak README X-Git-Tag: 0.1.8~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21%2Fhead;p=thirdparty%2Fstarlette.git Tweak README --- 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.