Skip to content

Commit fd57956

Browse files
Documentation update to clear up ambiguity in code examples (axios#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>
1 parent 16b5718 commit fd57956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ axios({
172172
```
173173

174174
```js
175-
// GET request for remote image
175+
// GET request for remote image in node.js
176176
axios({
177177
method: 'get',
178178
url: 'http://bit.ly/2mTM3nY',

0 commit comments

Comments
 (0)