]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Tweak README 21/head
authorTom Christie <tom@tomchristie.com>
Thu, 12 Jul 2018 13:09:49 +0000 (14:09 +0100)
committerTom Christie <tom@tomchristie.com>
Thu, 12 Jul 2018 13:09:49 +0000 (14:09 +0100)
README.md

index c9cf88a1f0698a5138aa44f9587b99ed78b9d7d1..79feb9325120593b00101ad766cb025b923a69d0 100644 (file)
--- 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.