diff --git a/README.md b/README.md index a2ff5953..7b8d507f 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ The transfer type determines how data is transferred. - **ASCII type** can be used to transfer ASCII files between systems with different newline representations. In this case, the newlines will be converted to `CRLF` style on the sending side and to the native system style on the receiving side. -- **Binary type** is used to transfer files byte-by-byte, without any modification. It's the recommended transfer type by -default. +- **Binary type** is used to transfer files byte-by-byte. This transfer type is used by default. ## Features