cm-chessboard 5.1.1 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -373,7 +373,7 @@ const chessboard = new Chessboard(document.getElementById("board"), {
373
373
  ### registerMethod(name, callback)
374
374
 
375
375
  Add methods to the main chessboard from your extension with `this.registerMethod("name", callback)`
376
- like `addArrow(from, to, type)` in the
376
+ like `addArrow(ftype, rom, to)` in the
377
377
  [Arrows extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/chessboard-arrows-extension.html).
378
378
 
379
379
  ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",