diff --git a/README.md b/README.md index 59d24cc..aa0f136 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,11 @@ -# Tiny Components - Validator +# Tiny Components - Upload Created with [Riot.js](https://riot.js.org) -Validate Form or a Single Form-Field, Error Messages can be show just in time -or after Submit entire Form. - -For Validation this Component uses [Validate.js](https://validatejs.org/) - ## Install ```bash -npm install @tiny-components/validator --save +npm install @tiny-components/upload --save ``` ## You can use it like this @@ -20,69 +15,10 @@ npm install @tiny-components/validator --save
- -
-
- - +
- - -``` \ No newline at end of file +``` diff --git a/bunfig.toml b/bunfig.toml index 0f8e733..8295169 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,2 +1,2 @@ [install.scopes] -"@tiny-components" = "https://gitea.node001.net/api/packages/tiny-components/npm/" +"@tiny-components" = "https://git.node001.net/api/packages/tiny-components/npm/"