From 7d55f99edf9610ea1dd8c611eed79e6d78c2bfc2 Mon Sep 17 00:00:00 2001
From: Rahul-Mishra-coder
<72164158+Rahul-Mishra-coder@users.noreply.github.com>
Date: Thu, 1 Oct 2020 10:01:51 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index cd068a8..5d938f9 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,11 @@ An example can be found in [htmlexample.html] (https://github.com/glienard/html-
* *TagMetaDescription*: true
#### meta keywords
* *TagMetaKeywords*:true
+
+#### meta charset
+
+#### meta viewport
+
#### meta http-equiv
< meta http-equiv="refresh" content="30;URL=http://www.keyboost.com" >: add to Links with Type http-equiv
#### meta robots
From 284dbad7135982c07d13923f9c16a984b6089a93 Mon Sep 17 00:00:00 2001
From: Rahul-Mishra-coder
<72164158+Rahul-Mishra-coder@users.noreply.github.com>
Date: Thu, 1 Oct 2020 10:04:33 +0530
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5d938f9..6c6718f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# html-to-sql
+# HTML-to-SQL
Extract word by word all important text and meta data from an html page. Save billions of html pages in a structured way in a sql database so you can perform analysis on words and tags, minimizing storage space required and maximizing performance and still be able to reconstruct the html page with the same text, including punctuation marks and tags.