Refactor by renaming

This commit is contained in:
Tyler Long
2018-03-12 21:06:49 +08:00
parent 6f43082e38
commit d222196fd1
3 changed files with 14 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ export const detectType = function (text) {
if (text.match(/^\s*gitGraph/)) {
return 'gitGraph'
}
return 'graph'
return 'flowchart'
}
/**