From a10e7887c60263f9b7f444c844aa61a26e45cfdb Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 14 Mar 2017 16:23:10 +0700 Subject: [PATCH] Update comment to reflect new behaviour --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 494cf35..ab51c9a 100644 --- a/src/index.js +++ b/src/index.js @@ -37,7 +37,7 @@ class Onionoo { }, {}); } - // Returns a function to make requests to a given endpoint + // Make requests to a given endpoint get(endpoint, options) { // Build query string (don't encode ':' for search filters) const qs = querystring.encode(options).replace(/%3A/g, ':');