diff --git a/README.md b/README.md index 2620886..eb62576 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Example: `executable: "../../custom_libs/cucumberjs/lib/cucumber.js"` // Project configuration. grunt.initConfig({ cucumberjs: { - files: 'path/to/features', + src: 'path/to/features', options: { steps: "path/to/step_definitions" }