Skip to content

Commit 68ec2ab

Browse files
bjesusrubennorte
authored andcommitted
Fixing example in README
It's missing an `)`
1 parent 253131c commit 68ec2ab

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
@@ -535,7 +535,7 @@ Alternatively, you can encode data using the [`qs`](https://github.com/ljharb/qs
535535

536536
```js
537537
var qs = require('qs');
538-
axios.post('/foo', qs.stringify({ 'bar': 123 });
538+
axios.post('/foo', qs.stringify({ 'bar': 123 }));
539539
```
540540

541541
### Node.js

0 commit comments

Comments
 (0)