diff --git a/packages/react-native/scripts/featureflags/README.md b/packages/react-native/scripts/featureflags/README.md index 7cb68fec081..b39adfbda6a 100644 --- a/packages/react-native/scripts/featureflags/README.md +++ b/packages/react-native/scripts/featureflags/README.md @@ -32,9 +32,13 @@ module.exports = { }; ``` -After any changes to this definitions, the code that provides access to them -must be regenerated running `yarn featureflags-update` from the `react-native` -repository. +**After any change to these definitions**, the code that provides access to them +must be regenerated running this from the `react-native` +repository: + +```shell +yarn featureflags-update +``` ## Access