diff --git a/wax-table-service/README.md b/wax-table-service/README.md
index d1cda5fd5e41142bf193e8d0885503404dab9733..441720645f3223e9b3e4d786e75ea5e8dded0930 100644
--- a/wax-table-service/README.md
+++ b/wax-table-service/README.md
@@ -32,6 +32,16 @@ MenuService: [
 
 ```
 
+### ProseMirror Plugins
+
+In case you need tableEditing or columnResizing plugins add the to the array of `PmPlugins` in your editor's config
+```
+ PmPlugins: [
+    tableEditing(),
+    columnResizing(),
+  ],
+```
+
 ### Start the Service
 
 ```
@@ -40,11 +50,4 @@ MenuService: [
   ]
 ```
 
-### ProseMirror Plugins
-
-In case you need tableEditing or columnResizing plugins add the to the array of `PmPlugins` in your editor's config
 
- PmPlugins: [
-    tableEditing(),
-    columnResizing(),
-  ],