Skip to content

Commit cb7c289

Browse files
authored
Fix README.md formatting (#240)
**Requirements** - [N/A] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [N/A] I have validated my changes against all supported platform versions **Describe the solution you've provided** Fix README.md formatting of benefit dot points because looks like the 'Disable parts...' should be a separate dot point.
2 parents b55620e + 5e51295 commit cb7c289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ We encourage pull requests and other contributions from the community. Check out
4040
* Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
4141
* Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
4242
* Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
43-
* Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
43+
* Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan).
44+
* Disable parts of your application to facilitate maintenance, without taking everything offline.
4445
* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.
4546
* Explore LaunchDarkly
4647
* [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information

0 commit comments

Comments
 (0)