mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Fixing example in README
It's missing an `)`
This commit is contained in:
@@ -535,7 +535,7 @@ Alternatively, you can encode data using the [`qs`](https://github.com/ljharb/qs
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
var qs = require('qs');
|
var qs = require('qs');
|
||||||
axios.post('/foo', qs.stringify({ 'bar': 123 });
|
axios.post('/foo', qs.stringify({ 'bar': 123 }));
|
||||||
```
|
```
|
||||||
|
|
||||||
### Node.js
|
### Node.js
|
||||||
|
|||||||
Reference in New Issue
Block a user