diff --git a/html/check-and-generate-favicons.md b/html/check-and-generate-favicons.md
new file mode 100644
index 0000000..7d59bad
--- /dev/null
+++ b/html/check-and-generate-favicons.md
@@ -0,0 +1,7 @@
+# Check and generate your site's Favicons
+
+[https://realfavicongenerator.net/](https://realfavicongenerator.net/) can audit your website's favicon's to show which devices and browsers will display your favicon properly.
+
+![image](https://i.imgur.com/0BkH47P.png)
+
+The site also helps with favicon generation and target resolutions.
diff --git a/vim/toggling-case-with-vim.md b/vim/toggling-case-with-vim.md
index a43d925..16b60f7 100644
--- a/vim/toggling-case-with-vim.md
+++ b/vim/toggling-case-with-vim.md
@@ -1,2 +1,4 @@
+# Toggling Case with vim
+
`~` in Vim toggles the case of the character under the cursor and then moves the
cursor to the next character.