diff --git a/README.md b/README.md index e8c7390..9029b9a 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ In order to whitelist all *browser-like* globals, add `react-native/react-native To use another stylesheet providers. ```json -settings: { - 'react-native/style-sheet-object-names': ['EStyleSheet', 'OtherStyleSheet', 'PStyleSheet'] +"settings": { + "react-native/style-sheet-object-names": ["EStyleSheet", "OtherStyleSheet", "PStyleSheet"] } ```