diff --git a/README.md b/README.md index 57768c4..e93be1b 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Default: `null` Input array to draggable component. Typically same array as referenced by inner element v-for directive.
This is the preferred way to use Vue.draggable as it is compatible with Vuex.
-It should not be used directly but only though the `v-model` directive: +It should not be used directly but only through the `v-model` directive: ```html ```