2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Merge pull request #1055 from fridzema/patch-1

Tiny fix
This commit is contained in:
Nick Uraltsev
2017-09-27 20:51:51 -07:00
committed by GitHub
+1 -1
View File
@@ -577,7 +577,7 @@ var querystring = require('querystring');
axios.post('http://something.com/', querystring.stringify({ foo: 'bar' }));
```
You can also use the `qs` library.
You can also use the [`qs`](https://github.com/ljharb/qs) library.
## Semver