From 56552b6f1bc6dfd1d2e7383617ae47d827359920 Mon Sep 17 00:00:00 2001 From: Trygve Lie Date: Thu, 20 Sep 2018 18:27:30 +0200 Subject: [PATCH] Point out frameworks to be tested --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d727afb..5e90728 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ code doing circuit breaking. Since interaction happen on the net socket, Circuit-b should, in theory, work out of the box with any node.js http library. Circuit-b is currently tested to be working with native node.js [http.request()](https://nodejs.org/dist/latest-v10.x/docs/api/http.html#http_http_request_options_callback), -and [request.js](https://github.com/request/request). +and [request.js](https://github.com/request/request). [node-fetch](https://github.com/trygve-lie/circuit-b/pull/5) +and axios is to be included in these tests. ## Constructor