From 2791128b6e942110d13784af80c824060ea59a17 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Sat, 30 Dec 2017 22:25:07 -0700 Subject: [PATCH] Add default for `data-method` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9872645..66f150b 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,8 @@ from the DOM any elements found in the specified CSS selector. #### data-method -Defines the request method, i.e. "GET" or "POST". +Defines the request method, i.e. "POST". If this attribute is not provided, +the request method defaults to "GET". ```html