From ff5cd292e339cb997a2c8fa6958b915a9eaecb28 Mon Sep 17 00:00:00 2001 From: rupertrutland Date: Tue, 15 Mar 2016 19:46:45 +0100 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9ba506..0e3426f 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ These are the available config options for making requests. Only the `url` is re // `headers` are custom headers to be sent headers: {'X-Requested-With': 'XMLHttpRequest'}, - // `param` are the URL parameters to be sent with the request + // `params` are the URL parameters to be sent with the request params: { ID: 12345 },