Skip to content

Commit c2aa309

Browse files
committed
update readme for 0.4
1 parent 5377452 commit c2aa309

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Running **create** generates:
3535
"dependencies": {
3636
"mocha-coderoad": "^0.3.1"
3737
},
38-
"coderoad": {
39-
"testDir": "test",
40-
"testSuffix": ".spec.js",
41-
"testRunner": "mocha-coderoad"
38+
"config": {
39+
"dir": "tutorial",
40+
"runner": "mocha-coderoad",
41+
"testSuffix": ".spec.js"
4242
}
4343
}
4444
```

0 commit comments

Comments
 (0)