diff --git a/README.md b/README.md index cda57e46..5b158e25 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Typed requests and responses provide autocomplete and documentation within your ## File uploads -Request parameters that correspond to file uploads can be passed as `bytes`, a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`. +Request parameters that correspond to file uploads can be passed as `bytes`, or a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`. ```python from pathlib import Path