소스 검색

Explain difference between PUT & PATCH (#35)

JP 8 년 전
부모
커밋
4d30304ef2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
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/)