diff --git a/README.md b/README.md index efc2794..e0e0899 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5] * Transfer-Encoding * ETag * X-Frame-Options -* What are HTTP actions? List all HTTP actions that you know, and explain them. +* What are HTTP methods? List all HTTP methods that you know, and explain them. #### Coding Questions: