Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

Commit 0a8007f

Browse files
committed
README update
1 parent a0b9369 commit 0a8007f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ return array(
8383
|
8484
*/
8585

86-
'ignore_envionments' => array(
86+
'ignore_environments' => array(
8787
'local',
8888
),
8989

@@ -123,14 +123,14 @@ return array(
123123
```php
124124
<?php
125125
$config = array(
126-
'ignore_envionments' => 'local',
126+
'ignore_environments' => 'local',
127127
'js_build_path' => '/js/builds/',
128128
'css_builds_path' => '/css/builds',
129129
)
130130
$minify = new CeesVanEgmond\Minify\Providers\Javascript($public_path);
131131
$minify->add($file)
132132

133-
if (in_array($environment, $config['ignore_envionments']))
133+
if (in_array($environment, $config['ignore_environments']))
134134
{
135135
return $provider->tags();
136136
}

0 commit comments

Comments
 (0)