From dc51b65e21e1045363f030dacec99db4236ecb0d Mon Sep 17 00:00:00 2001
From: G <52905881+giga-a@users.noreply.github.com>
Date: Tue, 29 Dec 2020 12:52:31 -0800
Subject: [PATCH] Update README.md
---
README.md | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index f2c6c8b..75d8ff9 100644
--- a/README.md
+++ b/README.md
@@ -28,19 +28,31 @@ Because some websites have a delay logic implemented in the backend, I added an
```
## Analyzing String Process
-Your string gets broken into smaller words
+#### Your string gets broken into smaller words
-### (WordInfo - Interacts with duckduckgo api)
+#### (WordInfo - Interacts with duckduckgo api)
-### (MostCommon - Finds all common words in a string, sort them by language)
+#### (MostCommon - Finds all common words in a string, sort them by language)
-## Find Profile (Fast - FindUserProflesNormal)
+#### (SplitWordsByUpperCase - Finds upper case words in a string and splits them)
+
+
+#### (SplitWordsByUpperCase - Finds words start with Alphabet letters in a string and splits them)
+
+
+#### (ConvertNumbers - Finds numbers in words and convert them into letters)
+
+
+#### (FindNumbers - Finds all numbers in a string)
+
+
+#### Find Profile (Fast - FindUserProflesNormal)
-## Find Profile (Slow - FindUserProflesAdvanced)
+#### Find Profile (Slow - FindUserProflesAdvanced)