From fd57956a7eadf13fd8006bd53e5065590e9812c4 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 5 May 2020 13:44:07 +0200 Subject: [PATCH] Documentation update to clear up ambiguity in code examples (#2928) * Made a adjustment to the documenation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side. Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c8331..acdf04c 100755 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ axios({ ``` ```js -// GET request for remote image +// GET request for remote image in node.js axios({ method: 'get', url: 'http://bit.ly/2mTM3nY',