Skip to content

Commit

Permalink
Merge pull request thephpleague#43 from MichaelBanks/patch-1
Browse files Browse the repository at this point in the history
OCD..ification
  • Loading branch information
frankdejonge committed Jan 7, 2014
2 parents 0c557c3 + 443361a commit 7429e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $client = new Client($token, $appName);
$filesystem = new Filesystem(new Adapter($client, 'optional/path/prefix'));
```

## Ftp Setup
## FTP Setup

```php
use Flysystem\Filesystem;
Expand All @@ -134,7 +134,7 @@ $filesystem = new Filesystem(new Adapter(array(
)));
```

## Sftp Setup
## SFTP Setup

```php
use Flysystem\Filesystem;
Expand Down

0 comments on commit 7429e23

Please sign in to comment.