Skip to content

Commit

Permalink
Added Usage section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed May 21, 2020
1 parent c6429d6 commit 084c20c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 084c20c

Please sign in to comment.