diff --git a/ftp_client_io/README.md b/ftp_client_io/README.md index 2b44318..efe62b5 100644 --- a/ftp_client_io/README.md +++ b/ftp_client_io/README.md @@ -11,5 +11,5 @@ In `pubspec.yaml`: git: url: https://github.com/tekartik/ftp.dart ref: dart3a - path: ftp_io + path: ftp_client_io ``` \ No newline at end of file diff --git a/ftp_io/pubspec.yaml b/ftp_io/pubspec.yaml index 14ce5a4..16e1f62 100644 --- a/ftp_io/pubspec.yaml +++ b/ftp_io/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: git: url: https://github.com/tekartik/ftp.dart ref: dart3a - path: ftp_io + path: ftp_client_io tekartik_ftp_server_io: git: url: https://github.com/tekartik/ftp.dart