Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fixes names used within README
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 4, 2018
1 parent 26bac40 commit 1ce1b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Provides an extension to the `zendframework/zend-config-aggregator` to allow par
```php
use Zend\ConfigAggregator\ArrayProvider;
use Zend\ConfigAggregator\ConfigAggregator;
use Zend\ConfigAggregatorParameters\ParameterPostprocessor;
use Zend\ConfigAggregatorParameters\ParameterPostProcessor;

$aggregator = new ConfigAggregator(
[
Expand All @@ -22,7 +22,7 @@ $aggregator = new ConfigAggregator(
],
null,
[
new ParameterPostprocessor([
new ParameterPostProcessor([
'foo' => 'bar',
'bar' => [
'baz' => 'qoo',
Expand Down

0 comments on commit 1ce1b4d

Please sign in to comment.