Skip to content

Commit

Permalink
https link in readme.md
Browse files Browse the repository at this point in the history
put an https link in readme.md to avoid the browser from producing a SSL warning
  • Loading branch information
quocvu committed May 30, 2017
1 parent a024630 commit 3a3d3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 <http://caolan.github.io/async/>
For Documentation, visit <https://caolan.github.io/async/>

*For Async v1.5.x documentation, go [HERE](https://github.com/caolan/async/blob/v1.5.2/README.md)*

0 comments on commit 3a3d3df

Please sign in to comment.