diff --git a/README.md b/README.md index 5b3c913..0bcc7f0 100644 --- a/README.md +++ b/README.md @@ -544,7 +544,7 @@ In node.js, you can use the [`querystring`](https://nodejs.org/api/querystring.h ```js 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.