diff --git a/README.md b/README.md index bf7e56b..e252f39 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,10 @@ Location: http://tus.example.com/files/123d3ebc995732b2 Content-Length: 0 ``` -### PUT /files/\ +The `Location` header returns the `` to use for interacting with the +file upload. + +### PUT \ **Request Example:** ``` @@ -76,9 +79,9 @@ Content-Range: bytes 0-99/100 HTTP/1.1 200 Ok ``` -### HEAD /files/\ +### HEAD \ -### GET /files/\ +### GET \ Used to download an uploaded file.