We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04f7d5 commit b048753Copy full SHA for b048753
README.md
@@ -77,8 +77,8 @@ if (FeatureFlag::isOn('search-v2')) {
77
}
78
```
79
80
-### Updating A Features State
81
-To change a features state you can call the following methods:
+### Updating Feature State
+To change the state of a feature you can call the following methods:
82
```php
83
use Codinglabs\FeatureFlags\Facades\FeatureFlag;
84
0 commit comments