From 9d34d533728bafe60f5c4b60c72a7c0b5ba06a07 Mon Sep 17 00:00:00 2001 From: booboy Date: Sun, 4 Nov 2018 02:39:52 -0600 Subject: [PATCH] fixed trends. one character fix --- lib/pastebinner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pastebinner.rb b/lib/pastebinner.rb index a3a27e5..fcdaf8d 100755 --- a/lib/pastebinner.rb +++ b/lib/pastebinner.rb @@ -65,7 +65,7 @@ class Pastebinner def list_trending_pastes params = { 'api_dev_key': api_dev_key, - 'api_option': 'trend' + 'api_option': 'trends' } execute_query(:api_post, params) end