Skip to content

Commit 0439b66

Browse files
committed
Updated examples.
1 parent 22bc30e commit 0439b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ module.exports = function (grunt) {
2121

2222
grunt.initConfig({
2323
'doxdox': {
24-
'dev': {
24+
'markdown': {
2525
'inputs': ['facade.js'],
26-
'output': 'docs.html'
26+
'output': 'docs.md'
2727
}
2828
}
2929
});
@@ -42,7 +42,7 @@ module.exports = function (grunt) {
4242

4343
grunt.initConfig({
4444
'doxdox': {
45-
'dev': {
45+
'html': {
4646
'inputs': ['script.js'],
4747
'output': 'docs/index.html',
4848
'config': {

0 commit comments

Comments
 (0)