From 258690c1b2a61d287fdb8c6aac05f25da637ee06 Mon Sep 17 00:00:00 2001 From: spalger Date: Sun, 11 Dec 2016 19:48:22 -0700 Subject: [PATCH] [readme] remove final undocumented param example --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2efd2df28..955bd9f1a 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,7 @@ Send a HEAD request to `/` and allow up to 1 second for it to complete. ```js client.ping({ // ping usually has a 3000ms timeout - requestTimeout: Infinity, - - // undocumented params are appended to the query string - hello: "elasticsearch!" + requestTimeout: Infinity }, function (error) { if (error) { console.trace('elasticsearch cluster is down!');