From 98e6ebd7f7aa86da73f88bb00ea79345ce20e4ee Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Wed, 1 Nov 2023 20:03:46 +0100
Subject: [PATCH] chore: update documentation

---
 .idea/misc.xml |  3 +++
 README.md      |  2 +-
 doc/README.md  | 23 ++++++++++++++++++-----
 3 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/.idea/misc.xml b/.idea/misc.xml
index ec328d0bb..4ff1fd4bd 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="ProjectRootManager">
+    <output url="file://$PROJECT_DIR$/out" />
+  </component>
   <component name="accountSettings">
     <option name="activeProfile" value="profile:default" />
     <option name="activeRegion" value="eu-west-1" />
diff --git a/README.md b/README.md
index bc79b3b61..c60a78dc8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ For some functions, you need additional [polyfills](#polyfill).
 
 ## Documentation
 
-To check out docs and examples, visit [monsterjs.org/en/doc/monster/](https://monsterjs.org/en/doc/monster/).
+To check out docs and examples, visit [monsterjs.org/en/doc/monster/](https://monsterjs.org/en/api/).
 
 ## Installation
 
diff --git a/doc/README.md b/doc/README.md
index d8921164e..51c0a11b0 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -2,7 +2,19 @@
 
 ## Introduction
 
-MonsterJS is a versatile JavaScript library designed to simplify the development of interactive web applications. It offers a range of functionalities, including DOM manipulation, internationalization (i18n), and data processing capabilities.
+Monster serves as an excellent option for crafting visually striking and high-efficiency web UIs and websites via 
+contemporary JavaScript development practices.
+
+Utilizing advanced JavaScript functionalities like classes, WeakRef, WeakMaps, proxies, and the MutationObserver API, 
+Monster combines proven techniques with pioneering web elements.
+
+Engineered for smooth amalgamation, Monster augments your ongoing web endeavors without overwhelming the overall framework.
+
+In contrast to approaches that add an entirely new level of complexity and exclusive languages, Monster emphasizes on 
+bolstering the inherent strengths of HTML, CSS, and JavaScript in web development.
+
+Aiming for superior performance and exceptional results, Monster seeks to achieve this with a reduced amount of JavaScript code.
+
 
 ## Installation
 
@@ -14,18 +26,19 @@ npm install @schukai/monster
 
 ## Usage
 
-Import MonsterJS into your project:
+Import Monster into your project:
 
 ```javascript
 import Monster from '@schukai/monster';
 ```
 
-Then, you can use MonsterJS's features to enhance your web application.
+Then, you can use Monster's features to enhance your web application.
 
 ## Documentation
 
-For detailed documentation and examples of how to use MonsterJS, please visit the official MonsterJS documentation.
+For detailed documentation and examples of how to use Monster, please visit 
+the official [MonsterJS documentation](https://monsterjs.org/en/doc/#getting-started).
 
 ## License
 
-This project is licensed under the AGPL-3.0 License.
\ No newline at end of file
+This project is licensed under the AGPL-3.0 License, professional support is available upon request.
\ No newline at end of file
-- 
GitLab