Skip to content

Commit

Permalink
Fixing example in README
Browse files Browse the repository at this point in the history
It's missing an `)`
  • Loading branch information
bjesus authored and rubennorte committed Jan 10, 2017
1 parent 253131c commit 68ec2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 68ec2ab

Please sign in to comment.