Skip to content

Commit

Permalink
wip it good
Browse files Browse the repository at this point in the history
  • Loading branch information
stevethomas committed Mar 31, 2022
1 parent b048753 commit 10f505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Alternatively you can set the state directly by passing a feature state enum:
```php
FeatureFlag::updateFeatureState('search-v2', FeatureState::on())
```
It is recommended that you only update a features state using the above methods as it will take care of updating the cache and dispatching the feature updated event:
It is recommended that you only update a features state using the above methods as it will take care of flushing the cache and dispatching the feature updated event:

```php
\Codinglabs\FeatureFlags\Events\FeatureUpdatedEvent::class
Expand Down

0 comments on commit 10f505b

Please sign in to comment.