From e0922e71fd0ce19273412aa35b7ad543cbd03eeb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 11 Jul 2018 09:31:54 +0300 Subject: [PATCH] Use https when possible. --- README.md | 4 ++-- bin/semver | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0edbb73..e5b33435 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ As a command-line utility: ``` $ semver -h -A JavaScript implementation of the http://semver.org/ specification +A JavaScript implementation of the https://semver.org/ specification Copyright Isaac Z. Schlueter Usage: semver [options] [ [...]] @@ -71,7 +71,7 @@ multiple versions to the utility will just sort them. ## Versions A "version" is described by the `v2.0.0` specification found at -. +. A leading `"="` or `"v"` character is stripped off and ignored. diff --git a/bin/semver b/bin/semver index ccd320e9..801e77f1 100755 --- a/bin/semver +++ b/bin/semver @@ -119,7 +119,7 @@ function success () { function help () { console.log(['SemVer ' + version, '', - 'A JavaScript implementation of the http://semver.org/ specification', + 'A JavaScript implementation of the https://semver.org/ specification', 'Copyright Isaac Z. Schlueter', '', 'Usage: semver [options] [ [...]]',