diff --git a/README.md b/README.md index 1766089..f235dc5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ import VueInputAutosize from "vue-input-autosize"; Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 }); ``` +...and inside your template: + +`` + ## License MIT © [Collin Henderson](https://github.com/syropian)