Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Feb 25, 2018
1 parent caf324f commit 514ebab
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 @@ -15,7 +15,7 @@ I separate service provider package for Laravel 5.5+ will be available.

Install package
```bash
composer require consilience/flysystem-azure-file
composer require consilience/flysystem-azure-file-storage
```

# How to use this driver
Expand Down Expand Up @@ -51,7 +51,7 @@ $fileService = FileRestProxy::createFileService(
$filesystem = new Filesystem(new AzureFileAdapter(
$fileService,
$config,
'' // Optional base directory
'' // Optional driver options.
));

// Now the $filesystem object can be used as a standard
Expand Down

0 comments on commit 514ebab

Please sign in to comment.