Skip to content

Commit

Permalink
Update a description
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Jul 31, 2023
1 parent 1f91dd8 commit ced113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +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 data byte by byte, without any modification. It's the recommended transfer type by
- **Binary type** is used to transfer files byte-by-byte, without any modification. It's the recommended transfer type by
default.

## Features
Expand Down

0 comments on commit ced113f

Please sign in to comment.