cm-chessboard 4.3.3 → 4.3.4
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -365,7 +365,7 @@ const chessboard = new Chessboard(document.getElementById("board"), {
|
|
|
365
365
|
position: "start",
|
|
366
366
|
extensions: // list of used extensions
|
|
367
367
|
[{
|
|
368
|
-
class: MyCoolChessboardExtension, //
|
|
368
|
+
class: MyCoolChessboardExtension, // the class of the extension
|
|
369
369
|
props: {
|
|
370
370
|
// configure the extension here
|
|
371
371
|
}
|