From 15a4c0c31f0c67d3874596f072e9312cac440a2f Mon Sep 17 00:00:00 2001 From: JP Caparas Date: Sun, 26 Mar 2017 11:47:25 +1300 Subject: [PATCH] Explain difference between PUT & PATCH --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cf09ddd..37c41935 100644 --- a/README.md +++ b/README.md @@ -1330,6 +1330,8 @@ A basic HTTP request consists of a verb (method) and a resource (endpoint). Bel *Can be called many times without different outcomes. +The difference between `PUT` and `PATCH` is explained by example [here](https://laracasts.com/discuss/channels/general-discussion/whats-the-differences-between-put-and-patch?page=1). + HTTP is an application layer protocol relying on lower-level protocols such as **TCP** and **UDP**. * [HTTP](https://www.nginx.com/resources/glossary/http/)