Skip to content

Commit 20f7441

Browse files
authored
docs: fixed double quotes
1 parent 523d828 commit 20f7441

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
@@ -33,7 +33,7 @@ Let's start with a dead simple example. We want to send "Hello world" to
3333

3434
```vue
3535
<template>
36-
<vue-command :commands="commands" />
36+
<vue-command :commands='commands' />
3737
</template>
3838
3939
<script>

0 commit comments

Comments
 (0)