diff --git a/README.md b/README.md index c2840b0b6f..b299c9be10 100644 --- a/README.md +++ b/README.md @@ -2162,7 +2162,7 @@ Other Style Guides // good if ( - (foo === 123 || bar === "abc") + (foo === 123 || bar === 'abc') && doesItLookGoodWhenItBecomesThatLong() && isThisReallyHappening() ) {