Skip to content

Commit 60cea0a

Browse files
committed
Add more links and fix README
1 parent 0445ce0 commit 60cea0a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ composer require league/flysystem-bundle
4141
4. [Caching metadata in Symfony cache](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/4-caching-metadata-in-symfony-cache.md)
4242
5. [Creating a custom adapter](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/5-creating-a-custom-adapter.md)
4343

44-
A. [Security issue disclosure procedure](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/A-security-disclosure-procedure.md)
45-
B. [Configuration reference](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/B-configuration-reference.md)
44+
* [Security issue disclosure procedure](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/A-security-disclosure-procedure.md)
45+
* [Configuration reference](https://github.com/thephpleague/flysystem-bundle/blob/master/docs/B-configuration-reference.md)
4646

4747
## Security Issues
4848

docs/1-getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ This means you have two way of using the defined storages:
7979

8080
* or using manual injection, by injecting the service named `default.storage` inside
8181
your services.
82+
83+
Once you have a FilesystemInterface, you can call methods from the
84+
[Filesystem API](https://flysystem.thephpleague.com/docs/usage/filesystem-api/)
85+
to interact with your storage.
8286

8387

8488
## Using multiple storages to improve readability

0 commit comments

Comments
 (0)