diff --git a/README.md b/README.md index 7ce1691..d65ccf3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,14 @@ Via Composer composer require getpop/filestore ``` +## Usage + +Initialize the component: + +``` php +\PoP\FileStore\Component::initialize(); +``` + ## Standards [PSR-1](https://www.php-fig.org/psr/psr-1), [PSR-4](https://www.php-fig.org/psr/psr-4) and [PSR-12](https://www.php-fig.org/psr/psr-12).