Skip to content

Commit 8c94c28

Browse files
committed
Updated readme
1 parent 02ff642 commit 8c94c28

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_ftp"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
authors = ["Daniel García <[email protected]>", "Matt McCoy <[email protected]>"]
55
documentation = "https://docs.rs/async_ftp/"
66
repository = "https://github.com/dani-garcia/rust_async_ftp"

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@ rust-ftp
33

44
FTP client for Rust
55

6-
[![Number of Crate Downloads](https://img.shields.io/crates/d/ftp.svg)](https://crates.io/crates/ftp)
7-
[![Crate Version](https://img.shields.io/crates/v/ftp.svg)](https://crates.io/crates/ftp)
8-
[![Crate License](https://img.shields.io/crates/l/ftp.svg)](https://crates.io/crates/ftp)
9-
[![Build Status](https://travis-ci.org/mattnenterprise/rust-ftp.svg)](https://travis-ci.org/mattnenterprise/rust-ftp)
10-
[![Coverage Status](https://coveralls.io/repos/github/mattnenterprise/rust-ftp/badge.svg?branch=master)](https://coveralls.io/github/mattnenterprise/rust-ftp?branch=master)
6+
[![Number of Crate Downloads](https://img.shields.io/crates/d/async_ftp.svg)](https://crates.io/crates/async_ftp)
7+
[![Crate Version](https://img.shields.io/crates/v/async_ftp.svg)](https://crates.io/crates/async_ftp)
8+
[![Crate License](https://img.shields.io/crates/l/async_ftp.svg)](https://crates.io/crates/async_ftp)
119

12-
[Documentation](https://docs.rs/ftp/)
10+
[Documentation](https://docs.rs/async_ftp/)
1311

1412
## Installation
1513

1614
FTPS support is disabled by default. To enable it `secure` should be activated in `Cargo.toml`.
1715
```toml
1816
[dependencies]
19-
ftp = { version = "<version>", features = ["secure"] }
17+
async_ftp = { version = "<version>", features = ["secure"] }
2018
```
2119

2220
## Usage

0 commit comments

Comments
 (0)