From 3a3d3dfa808db86cf4e1edbf0cbb6a597ec0baf9 Mon Sep 17 00:00:00 2001 From: Quoc Vu Date: Tue, 30 May 2017 09:41:58 -0700 Subject: [PATCH] https link in readme.md put an https link in readme.md to avoid the browser from producing a SSL warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59b13cdf..141926b72 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with [Node.js](https://nodejs.org/) and installable via `npm install --save async`, it can also be used directly in the browser. -For Documentation, visit +For Documentation, visit *For Async v1.5.x documentation, go [HERE](https://github.com/caolan/async/blob/v1.5.2/README.md)*