diff --git a/README.md b/README.md
index cd068a8..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.
@@ -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