Skip to content

Commit 024272d

Browse files
committed
README.md Updated
1 parent 3bf6127 commit 024272d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $client->download('path/to/remote/file', 'path/to/local/file');
8383
$client->upload('path/to/local/file', 'path/to/remote/file');
8484
```
8585

86-
#### Asynchrounous upload/download
86+
#### Asynchronous upload/download
8787

8888
```php
8989
// download a remote file asynchronously
@@ -274,11 +274,11 @@ $client->keepAlive();
274274
| Version | Status | Last Release | PHP Version |
275275
|------------|---------------|--------------|-------------|
276276
| 1.0.x | EOL | [v1.0.2][7] | >= 5.5 |
277-
| 1.4.x | Latest | [v1.4.1][9] | >= 5.6 |
277+
| 1.4.x | Latest | [v1.4.2][9] | >= 5.6 |
278278

279279
[7]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.0.2
280280
[8]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.1.0
281-
[9]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.1
281+
[9]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.2
282282

283283
## License
284284

0 commit comments

Comments
 (0)