diff --git a/HTML.md b/HTML.md
index d48a012..8a43a22 100644
--- a/HTML.md
+++ b/HTML.md
@@ -33,10 +33,11 @@
### Heading Tags
```html
-
This is a Heading 1
-This is a Heading 2
-
-This is a Heading 6
+This is the main Heading 1
+
+This is the second largest Heading 2
+
+This is a much smaller Heading 6
```
### Paragraph
diff --git a/README.md b/README.md
index cce401f..a37a37e 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@
- [Perl - Practical Extraction and Reporting Language](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/perl.md)
- [PHP - Proper Hypertext Pre-processor](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/PHP.md)
- [Python - High-level, general-purpose programming language](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/python.md)
+- [RegEx - Regular Expressions](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/regex.md)
- [SED - The Stream Editor](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/sed.md)
- [SQL - Structured Query Language](https://git.namenode.xyz/CSnap/cheetsheetz/src/branch/main/SQL.md)