From 6828bd3edd3162dc584272bea4c243d975096f53 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Thu, 22 Feb 2018 13:40:52 -0600 Subject: [PATCH] docs(README): add superagent-verbose-errors to plugin list --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 323a2a3a5..05d8cb34d 100644 --- a/Readme.md +++ b/Readme.md @@ -70,6 +70,7 @@ Existing plugins: * [superagent-httpbackend](https://www.npmjs.com/package/superagent-httpbackend) - stub out requests using AngularJS' $httpBackend syntax * [superagent-throttle](https://github.com/leviwheatcroft/superagent-throttle) - queues and intelligently throttles requests * [superagent-charset](https://github.com/magicdawn/superagent-charset) - add charset support for node's SuperAgent + * [superagent-verbose-errors](https://github.com/jcoreio/superagent-verbose-errors) - include response body in error messages for failed requests Please prefix your plugin with `superagent-*` so that it can easily be found by others.