Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Remove leftover things from previous versions #61

Merged
merged 1 commit into from
Mar 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ aka [Feature Flags](https://docs.gitlab.com/ee/operations/feature_flags.html) in

You may also be interested in the [Symfony Bundle](https://github.com/Unleash/unleash-client-symfony) for this package.

This implementation conforms to the official Unleash standards and implements all of Unleash features.

> Unleash allows you to gradually release your app's feature before doing a full release based on multiple strategies
> like releasing to only specific users or releasing to a percentage of your user base. Read more in the above linked
> documentations.
Expand Down Expand Up @@ -441,7 +439,7 @@ $unleash = UnleashBuilder::create()
## Strategies

Unleash servers can use multiple strategies for enabling or disabling features. Which strategy gets used is defined
on the server. This implementation supports all non-deprecated v4 strategies.
on the server. This implementation supports all v4 strategies.
[More here](https://docs.getunleash.io/user_guide/activation_strategy).

### Default strategy
Expand Down