From 39776c15548d2584c08f512765b3d9fcc2357cab Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Fri, 16 Jun 2017 00:33:11 +0100 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7611e0b..51abfb3 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ methods: { | adaptive | false | Boolean | false | If true, modal box will try to adapt to the window size | | draggable | false | [Boolean, String]| false | If true, modal box will be draggable. | | transition| false | String | | Transition name | -| classes | false | [String, Array] | 'nice-modal'| Classes that will eb applied to the actual modal box, if specified not specified, the default 'nice-modal' class will eb applied | +| classes | false | [String, Array] | 'nice-modal'| Classes that will be applied to the actual modal box, if not specified, the default 'vue--modal' class will be applied | | width | false | Number | 600 | | | height | false | Number | 300 | | | minWidth | false | Number | 0 | The minimum width to which modal can be resized |