From ecd28ee1fd7ea7093a794f99c1f01e34278972c7 Mon Sep 17 00:00:00 2001 From: syropian Date: Sun, 24 Jul 2016 14:54:14 -0400 Subject: [PATCH] useage readme updates --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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)