diff --git a/README.md b/README.md index df7328a..ddfe67f 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,7 @@ Called whenever the component gets resized. ``` -#### resizestop +#### resize-stop Parameters: * `left` the X position of the element @@ -563,7 +563,7 @@ Parameters: Called whenever the component stops getting resized. ```html - + ``` #### dragging @@ -578,7 +578,7 @@ Called whenever the component gets dragged. ``` -#### dragstop +#### drag-stop Parameters: * `left` the X position of the element @@ -587,7 +587,7 @@ Parameters: Called whenever the component stops getting dragged. ```html - + ``` ---