diff --git a/README.md b/README.md index 37d4647..15a8f38 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,8 @@ Range: bytes=0-20,40-99 The `Range` header holds a [byte range](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1) that -<<<<<<< HEAD informs the client which parts of the file have been received so far. It is up to the client to choose appropiate `PUT` requests to complete the upload. -======= -informs the client which parts of the file have #not# been received yet. It is -up to the client to choose appropriate `PUT` requests to complete the upload. ->>>>>>> read me updates A completed upload will be indicated by a single range covering the entire file size (e.g. `Range: bytes=0-99` for a 100 byte file).