Superbalist / flysystem-google-cloud-storage

Flysystem Adapter for Google Cloud Storage
MIT License
265 stars 105 forks source link

ReadMe Correction for getUrl #109

Open shishirraven opened 4 years ago

shishirraven commented 4 years ago

I found out that there is a small mistake in the documentation example.

$filesystem->getUrl('path/to/file.txt'); Should be. $adapter->getUrl('path/to/file.txt');