Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Improved example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown authored May 10, 2019
1 parent e0e741f commit e91a6f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
```php
use Dhii\Wp\Containers\Options\BlogOptions;
use Dhii\Wp\Containers\Options\BlogOptionsContainer;

// Set up sites container (see other example)
// ...

// Definition
$optionsContainer = new BlogOptionsContainer(
Expand All @@ -45,6 +48,9 @@
```php
use Dhii\Wp\Containers\Options\SiteMeta;
use Dhii\Wp\Containers\Options\SiteMetaContainer;

// Set up sites container (see other example)
// ...

// Definition
$metaContainer = new SiteMetaContainer(
Expand Down

0 comments on commit e91a6f7

Please sign in to comment.