From 26e97a34b5217b6fbb7cb12240c247e8e5daf0f7 Mon Sep 17 00:00:00 2001
From: Christos <kokosias.christos@gmail.com>
Date: Mon, 28 Aug 2023 18:43:21 +0000
Subject: [PATCH] Update README.md

---
 wax-table-service/README.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/wax-table-service/README.md b/wax-table-service/README.md
index d1cda5fd5..441720645 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(),
-  ],
-- 
GitLab