From ae58fcecba8d26c1ad636e56d34eb0b6bb823e2c Mon Sep 17 00:00:00 2001 From: tsmirnov Date: Wed, 29 Jan 2020 13:38:27 -0800 Subject: [PATCH] fix http --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293b8ac5..7bacad77 100644 --- a/README.md +++ b/README.md @@ -1387,7 +1387,7 @@ A basic HTTP request consists of a verb (method) and a resource (endpoint). Bel *Can be called many times without different outcomes. -HTTP is an application layer protocol relying on lower-level protocols such as **TCP** and **UDP**. +HTTP is an application layer protocol relying on lower-level protocol **TCP**. #### Source(s) and further reading: HTTP