Skip to content

Commit 6de46bf

Browse files
Document secure flag in README (#65)
1 parent 8357096 commit 6de46bf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ FTP client for Rust
1010

1111
## Installation
1212

13-
Add ftp via your `Cargo.toml`
14-
```toml
15-
[dependencies]
16-
ftp = "*"
17-
```
18-
1913
FTPS support is disabled by default. To enable it `secure` should be activated in `Cargo.toml`.
2014
```toml
2115
[dependencies]
22-
ftp = { version = "*", features = ["secure"] }
16+
ftp = { version = "<version>", features = ["secure"] }
2317
```
2418

2519
## Usage

0 commit comments

Comments
 (0)