diff --git a/README.md b/README.md index 2b7cf2c..55e65b9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Unused exceptions will be notified: { "scripts": { "prepush": "npm run test && npm run audit", - "audit": "better-npm-audit audit audit" + "audit": "better-npm-audit audit" } } ```