From 69d5a4c2c068cdc8cfab47594387434e0c292b74 Mon Sep 17 00:00:00 2001 From: Robert Fridzema Date: Mon, 21 Aug 2017 14:56:27 +0200 Subject: [PATCH] Tiny fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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