We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac7dee commit 4501c7eCopy full SHA for 4501c7e
README.md
@@ -38,5 +38,5 @@ $command->getOutput(); // 'Hello World'
38
$command->getError(); // ''
39
40
$connection->upload($localPath, $remotePath);
41
-$connection->download($remotPath, $localPath);
+$connection->download($remotePath, $localPath);
42
```
0 commit comments