diff --git a/readme.md b/readme.md index 8c8079428b3638eb59a3b490f899059846e59b69..9e0d264f8660a1a85c0b58ef71fbe7ac412f4719 100644 --- a/readme.md +++ b/readme.md @@ -9,12 +9,12 @@ Usage ### Installation -Install the module as a git npm module. For example, to install `v1.2.3` add the following to `package.json`. **Note:** It is important to use `js_jsonschema-validator` as the dependency name. +Install the module as a git npm module. For example, to install `v0.1.0` add the following to `package.json`. **Note:** It is important to use `js_jsonschema-validator` as the dependency name. ```json { "dependencies": { - "js_jsonschema-validator": "git+ssh://git@gitlab.com:jksdua__common/jsonschema-validator.git#v1.2.3" + "js_jsonschema-validator": "git+ssh://git@gitlab.com:jksdua__common/jsonschema-validator.git#v0.1.0" } } ```