From c4555fcd3247b077bd542ee6441f417ace6fbb4e Mon Sep 17 00:00:00 2001 From: abregman Date: Tue, 15 Sep 2020 23:08:39 +0300 Subject: [PATCH] Fix tag and update questions count Add missing '/' to closing
tag. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1373c62..e667ec5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ :information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :) -:bar_chart:  There are currently **1329** questions and exercises +:bar_chart:  There are currently **1343** questions and exercises :busts_in_silhouette:  [Join](https://www.facebook.com/groups/538897960007080) our [Facebook group](https://www.facebook.com/groups/538897960007080) for additional exercises, articles and more resources on DevOps @@ -2154,7 +2154,7 @@ There is also "Management Plane" which refers to monitoring and management funct * Internet Protocol (IP) - assists in routing packets from one machine to another * Internet Control Message Protocol (ICMP) - lets one know what is going such as error messages and debugging information -
+
What is HSTS?