From d529dc42f31eb1b046234ac2d9c3ee66f1e33d49 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Fri, 1 Sep 2023 17:22:32 +0300
Subject: [PATCH] ignore readme

---
 wax-questions-service/.gitignore | 1 +
 wax-questions-service/README.md  | 1 -
 wax-table-service/.gitignore     | 1 +
 wax-table-service/README.md      | 6 ++----
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/wax-questions-service/.gitignore b/wax-questions-service/.gitignore
index b3e3ccb6b..0960518ce 100644
--- a/wax-questions-service/.gitignore
+++ b/wax-questions-service/.gitignore
@@ -23,3 +23,4 @@ yarn-debug.log*
 yarn-error.log*
 yarn.lock
 package-lock.json
+README.md
\ No newline at end of file
diff --git a/wax-questions-service/README.md b/wax-questions-service/README.md
index 8b3fe9eda..c7849f641 100644
--- a/wax-questions-service/README.md
+++ b/wax-questions-service/README.md
@@ -26,7 +26,6 @@ import { QuestionsService } from 'wax-questions-service';
 import 'wax-questions-service/dist/index.css'
 ```
 
-
 ### Tools
 
 ```
diff --git a/wax-table-service/.gitignore b/wax-table-service/.gitignore
index b3e3ccb6b..0960518ce 100644
--- a/wax-table-service/.gitignore
+++ b/wax-table-service/.gitignore
@@ -23,3 +23,4 @@ yarn-debug.log*
 yarn-error.log*
 yarn.lock
 package-lock.json
+README.md
\ No newline at end of file
diff --git a/wax-table-service/README.md b/wax-table-service/README.md
index 441720645..0b1d521e1 100644
--- a/wax-table-service/README.md
+++ b/wax-table-service/README.md
@@ -1,6 +1,6 @@
 ## Wax Table package
 
-Wax Table Package is a fork of [prosemirror-tables](https://github.com/ProseMirror/prosemirror-tables) with added Table Caption 
+Wax Table Package is a fork of [prosemirror-tables](https://github.com/ProseMirror/prosemirror-tables) with added Table Caption
 funcionality
 
 ## How to use
@@ -17,7 +17,6 @@ import { TablesService, tableEditing, columnResizing } from 'wax-table-service';
 import 'wax-table-service/dist/index.css'
 ```
 
-
 ### Tools
 
 ```
@@ -35,6 +34,7 @@ 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(),
@@ -49,5 +49,3 @@ In case you need tableEditing or columnResizing plugins add the to the array of
     new TablesService(),
   ]
 ```
-
-
-- 
GitLab