diff --git a/wax-questions-service/.gitignore b/wax-questions-service/.gitignore
index b3e3ccb6b0ce3a90e1eb3f9e78da7924ea89f116..0960518ce8d6d97c6d30c8a8f6a193e7d8c21a3c 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 8b3fe9eda770a5af24776e19e88ba5daa2253a9a..c7849f641df5826a727feb788aa8121ce76c9b39 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 b3e3ccb6b0ce3a90e1eb3f9e78da7924ea89f116..0960518ce8d6d97c6d30c8a8f6a193e7d8c21a3c 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 441720645f3223e9b3e4d786e75ea5e8dded0930..0b1d521e1668e5f64da08ec0314e8e39a2915dc3 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(),
   ]
 ```
-
-