diff --git a/README.md b/README.md index c3d16c1..4ba1cd7 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ var querystring = require('querystring'); axios.post('http://something.com/', querystring.stringify({ foo: 'bar' })); ``` -You can also use the `qs` library. +You can also use the [`qs`](https://github.com/ljharb/qs) library. ## Semver