diff --git a/README.md b/README.md index 00f6a0c..cb7c695 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Run it from your package.json ```json { "scripts": { - "test": "test-node-example my-test.spec.js" + "test": "test-node-example ./my-test.spec.js" } } ```