Skip to content

Commit ab974a7

Browse files
authored
Merge pull request axios#1055 from fridzema/patch-1
Tiny fix
2 parents 7f60dd8 + 69d5a4c commit ab974a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ var querystring = require('querystring');
577577
axios.post('http://something.com/', querystring.stringify({ foo: 'bar' }));
578578
```
579579

580-
You can also use the `qs` library.
580+
You can also use the [`qs`](https://github.com/ljharb/qs) library.
581581

582582
## Semver
583583

0 commit comments

Comments
 (0)