Skip to content

Commit

Permalink
Merge pull request #2 from agardnerIT/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
andrewdmaclean committed Dec 11, 2023
2 parents 9a80268 + fe41d28 commit 9fbe2dc
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 @@ -13,7 +13,7 @@
[Feature Management](https://learn.microsoft.com/en-us/azure/azure-app-configuration/concept-feature-management) is a modern software-development practice that decouples feature release from code deployment and enables quick changes to feature availability on demand. It uses a technique called feature flags (also known as feature toggles and feature switches) to dynamically administer a feature's lifecycle.

## Open Source Projects
- [OpenFeature](https://openfeature.dev/) - A CNCF sandbox project which aims to standardize feature flagging implimentations.
- [OpenFeature](https://openfeature.dev/) - A CNCF sandbox project which aims to standardize feature flagging implementations.
- [Laravel Pennant](https://github.com/laravel/pennant) - A simple, lightweight Laravel PHP library for managing feature flags.

## Management Platforms
Expand Down

0 comments on commit 9fbe2dc

Please sign in to comment.