diff --git a/README.md b/README.md index 4e8b727..98a4b65 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [destroy()](#destroy) - [disable()](#disable) - [enable()](#enable) - - [enableMove(doEnable)](#enablemovedoenable) - - [enableResize(doEnable)](#enableresizedoenable) + - [enableMove(doEnable, includeNewWidgets)](#enablemovedoenable-includenewwidgets) + - [enableResize(doEnable, includeNewWidgets)](#enableresizedoenable-includenewwidgets) - [getCellFromPixel(position)](#getcellfrompixelposition) - [isAreaEmpty(x, y, width, height)](#isareaemptyx-y-width-height) - [locked(el, val)](#lockedel-val) @@ -57,7 +57,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [removeAll()](#removeall) - [resize(el, width, height)](#resizeel-width-height) - [resizable(el, val)](#resizableel-val) - - [setStatic(static_value)](#setstaticstatic_value) + - [setStatic(staticValue)](#setstaticstaticvalue) - [update(el, x, y, width, height)](#updateel-x-y-width-height) - [willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition) - [Utils](#utils) @@ -147,8 +147,8 @@ You can download files from `dist` directory as well.