mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Fixing missing closing paren in node querystring string example in README
This commit is contained in:
@@ -544,7 +544,7 @@ In node.js, you can use the [`querystring`](https://nodejs.org/api/querystring.h
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
var querystring = require('querystring');
|
var querystring = require('querystring');
|
||||||
axios.post('http://something.com/', querystring.stringify({ foo: 'bar' });
|
axios.post('http://something.com/', querystring.stringify({ foo: 'bar' }));
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also use the `qs` library.
|
You can also use the `qs` library.
|
||||||
|
|||||||
Reference in New Issue
Block a user