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

Fixing example in README

It's missing an `)`
This commit is contained in:
Yo'av Moshe
2017-01-11 01:22:51 +02:00
committed by Rubén Norte
parent 253131c31a
commit 68ec2abc4a
+1 -1
View File
@@ -535,7 +535,7 @@ Alternatively, you can encode data using the [`qs`](https://github.com/ljharb/qs
```js
var qs = require('qs');
axios.post('/foo', qs.stringify({ 'bar': 123 });
axios.post('/foo', qs.stringify({ 'bar': 123 }));
```
### Node.js