From 50c24ab7c59a9ac76f6424eebd0fd963f00e637b Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Mon, 17 Apr 2017 13:23:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916664d..f0b8f5c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ methods: { | height | false | Number | 300 | | | minWidth | false | Number | 0 | The minimum width to which modal can be resized | | minHeight | false | Number | 0 | The minimum height to which modal can be resized | -| pivotX | false | Number (0 - 1.0) | 0.5 | | +| pivotX | false | Number (0 - 1.0) | 0.5 | Horizontal position in %, default is 0.5 (meaning that modal box will be in the middle (50% from top) of the window | | pivotY | false | Number (0 - 1.0) | 0.5 | | ### Events