diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 073fc85..8583489 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,11 +6,11 @@ { "label": "pandoc", "type": "shell", - "command": "pandoc README.mdown -o homemyco.odf", + "command": "pandoc README.mdown -o homemyco.html", "group": { "kind": "build", "isDefault": true } } ] -} \ No newline at end of file +}