From b46b20fc22c6e49b37756419c5c3d8880173d28f Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Fri, 3 Jun 2016 16:07:21 -0700 Subject: [PATCH] Shorten name of meta & link sections --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e024f69..7ba4613 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A list of everything that could go in the `` of your document - [Recommended Minimum](#recommended-minimum) - [Elements](#elements) -- [Meta Elements](#meta-elements) - - [Meta Elements: Not Recommended](#meta-elements-not-recommended) -- [Link Elements](#link-elements) - - [Link Elements: Not Recommended](#link-elements-not-recommended) +- [Meta](#meta) + - [Meta: Not Recommended](#meta-not-recommended) +- [Link](#link) + - [Link: Not Recommended](#link-not-recommended) - [Favicons](#favicons) - [Social](#social) - [Facebook / Open Graph](#facebook--open-graph) @@ -67,7 +67,7 @@ Below are the essential tags for basic, minimalist websites: ``` -## Meta Elements +## Meta ``` html @@ -152,7 +152,7 @@ Below are the essential tags for basic, minimalist websites: - [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use) - [Geotagging on Wikipedia](https://en.wikipedia.org/wiki/Geotagging#HTML_pages) -### Meta Elements: Not Recommended +### Meta: Not Recommended Below are the meta attributes which are not recommended for use: ```html @@ -186,7 +186,7 @@ Below are the meta attributes which are not recommended for use: ``` -## Link Elements +## Link ``` html @@ -227,7 +227,7 @@ Below are the meta attributes which are not recommended for use: ``` -### Link Elements: Not Recommended +### Link: Not Recommended Below are the link relations which are not recommended for use: ```html