Skip to content

Commit

Permalink
docs: update useUIFeatureFlag reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman committed Nov 15, 2024
1 parent 9bd90ba commit df07a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ http://localhost:3000/?disable-ui-flag=greeting
When the app loads with the above URL, the feature flags module will handle those and update the flag state accordingly.
Note: These 'enable' and 'disable' params work for setting one flag value at a time (rather than for example enabling "greeting" and another feature at the same time).

If you are interested in the implementation details, you can read the [source here](packages/shared/functions/src/useUIFeatureFlag/index.ts).
If you are interested in the implementation details, you can read the [source here](packages/shared/hooks/src/useUIFeatureFlag/index.ts).

### Thanks

Expand Down

0 comments on commit df07a96

Please sign in to comment.