2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

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 <jason.saayman@basebone.com>
This commit is contained in:
Jay
2020-05-05 13:44:07 +02:00
committed by GitHub
parent 16b5718954
commit fd57956a7e
+1 -1
View File
@@ -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',