diff --git a/README.md b/README.md index 77237e8..5fcb00c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Tiny Validator +# Tiny Components - Validator Created with [Riot.js](https://riot.js.org) @@ -10,7 +10,7 @@ For Validation this Component uses [Validate.js](https://validatejs.org/) ## Install ```bash -npm install tiny-validator --save +npm install @tiny-components/validator --save ``` ## How to use diff --git a/package.json b/package.json index 1920774..2e4912d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Form Validation with Riotjs", "repository": { "type": "git", - "url": "git@gitea.node001.net:tiny-components/validator.git" + "url": "git@github.com:node001-net/tiny-components-validator.git" }, "author": "Björn Hase", "license": "MIT",