diff --git a/README.md b/README.md index 97ab276..eeb5c65 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,17 @@ The basic package enable creation of a TGT that can be used for further login to ``` ## Use TGT cache + +You can cache the TGT using any [PSR-6](http://www.php-fig.org/psr/psr-6/) compatible package. Example below is using Symphony's file caching. + ```php