diff --git a/README.md b/README.md index b449988d..aa411644 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,11 @@ No more forking repos just to fix that one tiny thing preventing your app from w In package.json - "scripts": { - "postinstall": "patch-package" - } +```diff + "scripts": { ++ "postinstall": "patch-package" + } +``` Then