Skip to content

Commit

Permalink
Update descriptions in readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Nov 28, 2024
1 parent 0827256 commit d2711d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/remote-feature-flag-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `@metamask/remote-feature-flag-controller`

Controller with caching, fallback, and privacy for managing feature flags via ClientConfigAPI.
The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags. It fetches feature flags from a remote API, caches them, and provides methods to access and manage these flags. The controller ensures that feature flags are refreshed based on a specified interval and handles cases where the controller is disabled or the network is unavailable.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/remote-feature-flag-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/remote-feature-flag-controller",
"version": "0.0.0",
"description": "Controller with caching, fallback, and privacy for managing feature flags via ClientConfigAPI",
"description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags.",
"keywords": [
"MetaMask",
"Ethereum"
Expand Down

0 comments on commit d2711d7

Please sign in to comment.