Skip to content

Commit 9d49b15

Browse files
authored
Update README.md
1 parent e73d1b7 commit 9d49b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Usage is simple, you pass a Mermaid string to the component and you get a visual
165165
<script>
166166
export default {
167167
computed: {
168-
diagram: () => 'graph TD\n A --> B',
168+
diagram: () => 'graph TD\n A --> B',
169169
},
170170
}
171171
</script>

0 commit comments

Comments
 (0)