diff --git a/README.md b/README.md index afe39a6..246321c 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ let main_tools = { columns : { class : editorjsColumns, - EditorJsLibrary : EditorJs // Pass the library instance to the columns instance. config : { - tools : column_tools, // IMPORTANT! ref the column_tools + EditorJsLibrary : EditorJs, // Pass the library instance to the columns instance. + tools : column_tools // IMPORTANT! ref the column_tools } }, }