Skip to content

Commit cc7b8ad

Browse files
committed
docs(node-sdk): clarify local flag override usage
1 parent ac7031a commit cc7b8ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/node-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,11 +599,11 @@ remove();
599599

600600
## Flag Overrides
601601

602-
Flag overrides allow you to override flags and their configurations locally. This is particularly useful for development and testing.
602+
Flag overrides allow you to override flags and their configurations locally. This is particularly useful when testing changes locally, for example when running your app and clicking around to verify behavior before deploying your changes.
603603

604-
For tests, the recommended setup is to run the client in offline mode and configure overrides programmatically through the client options as shown above.
604+
For automated tests, see the [Testing](#testing) section above.
605605

606-
When running locally, you also have these additional ways to provide overrides:
606+
When testing locally during development, you also have these additional ways to provide overrides:
607607

608608
1. Through environment variables:
609609

0 commit comments

Comments
 (0)