From a90fcee29a29f34c547e06cc665517d74bf5d366 Mon Sep 17 00:00:00 2001
From: Christos <kokosias.christos@gmail.com>
Date: Thu, 3 Aug 2023 14:15:15 +0000
Subject: [PATCH] Update README.md

---
 wax-questions-service/README.md | 37 ++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

diff --git a/wax-questions-service/README.md b/wax-questions-service/README.md
index 372e3c81f..b00db39ff 100644
--- a/wax-questions-service/README.md
+++ b/wax-questions-service/README.md
@@ -1,4 +1,3 @@
-
 ## Wax questions package
 
 1. Multiple Choice and single correct variant
@@ -14,3 +13,39 @@
 6. Fill in the blank
 
 ## How to use
+
+### Editor's config
+
+```
+import { QuestionsService } from 'wax-questions-service';
+```
+
+### Tools
+
+```
+MenuService: [
+    {
+      templateArea: 'mainMenuToolBar',
+      toolGroups: [
+        'QuestionsDropDown',
+      ],
+    },
+    {
+      templateArea: 'fillTheGap',
+      toolGroups: ['FillTheGap'],
+    },
+    {
+      templateArea: 'MultipleDropDown',
+      toolGroups: ['MultipleDropDown'],
+    },
+  ],
+
+```
+
+### Start the Service
+
+```
+ services: [
+    new QuestionsService(),
+  ]
+```
-- 
GitLab