Skip to content

Commit a9624a6

Browse files
committed
Updated the lib description
1 parent 4bc937a commit a9624a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Minimum PHP version](https://img.shields.io/packagist/php-v/lazzard/php-ftp-client?color=%238892bf)](https://packagist.org/packages/lazzard/php-ftp-client)
66
![License](https://img.shields.io/packagist/l/lazzard/php-ftp-client)
77

8-
This library provides helper classes and methods to manage your files on the FTP server in an OOP way.
8+
This library provides helper classes and methods to manage your FTP files in an OOP way.
99

1010
*Note: This library aimed to be a full FTP/FTPS client solution for the old **(^5.5)** and newer PHP releases **(^8.0)** that support FTP extension.*
1111

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazzard/php-ftp-client",
3-
"description": "This library provides helper classes and methods to manage your files on the FTP server in an OOP way.",
3+
"description": "This library provides helper classes and methods to manage your FTP files in an OOP way.",
44
"type": "library",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)