From fa5ed10c7482e7a373d47e31d1f0b330c843a7f8 Mon Sep 17 00:00:00 2001
From: Omar Elsayed <125718818+EngOmarElsayed@users.noreply.github.com>
Date: Fri, 15 Mar 2024 03:42:10 +0200
Subject: [PATCH] Update README.md
---
README.md | 39 ++++++++++++++++++++++-----------------
1 file changed, 22 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 84f66c9..00b1394 100644
--- a/README.md
+++ b/README.md
@@ -8,34 +8,39 @@
## Table of Contents
1. [Introduction](#introduction)
-2. [Section 1](#section-1)
- - [Sub-topic 1.1](#sub-topic-1.1)
- - [Sub-topic 1.2](#sub-topic-1.2)
-3. [Section 2](#section-2)
- - [Sub-topic 2.1](#sub-topic-2.1)
- - [Sub-topic 2.2](#sub-topic-2.2)
-4. [Conclusion](#conclusion)
+2. [How to use](#section-1)
+ - [Supported Data](#sub-topic-1.2)
+3. [Storing Custome Data](#section-2)
+ - [Example 1 Enums](#sub-topic-2.1)
+ - [Example 2 Custom Array type](#sub-topic-2.2)
+4. [Author](#conclusion)
## Introduction
-This Package is designed to be very simple to use and to make you access user defaults easily, adding this package to the project is simple.
-Just add the pacakge link to the main pacakge of the app like so:
+This package is crafted for effortless integration and streamlined access to user defaults. Adding it to your project is straightforward: simply include the package link in the main app package like this:"
-## Section 1
-This is the first section of your document. You can write your content here. Feel free to include sub-sections, lists, code snippets, or any other Markdown elements as needed.
+
+
+Alternatively, navigate to the top section labeled 'Files' and click on 'Add Package Dependency':
+
+
-### Sub-topic 1.1
-This is a sub-topic within Section 1.
+Next, paste the repository link into the search field and click on 'Add Package':
+
+
+
+## How to use
+This is the first section of your document. You can write your content here. Feel free to include sub-sections, lists, code snippets, or any other Markdown elements as needed.
-### Sub-topic 1.2
+### Supported Data
This is another sub-topic within Section 1.
-## Section 2
+## Storing Custome Data
This is the second section of your document. You can write your content here, similar to Section 1.
-### Sub-topic 2.1
+### Example 1 Enums
This is a sub-topic within Section 2.
-### Sub-topic 2.2
+### Example 2 Custom Array type
This is another sub-topic within Section 2.
## Conclusion