diff --git a/README.md b/README.md index d28dd2b..e18c69b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ # Validador de números de teléfono argentinos +## Instalación + +### NPM + +```bash +npm -i numero-telefono-argentino +``` + +### Yarn + +```bash +yarn add numero-telefono-argentino +``` + +### CDN + +#### jsDelivr + +[https://www.jsdelivr.com/package/npm/numero-telefono-argentino](https://www.jsdelivr.com/package/npm/numero-telefono-argentino) + +```bash +https://cdn.jsdelivr.net/npm/numero-telefono-argentino@1.2.1/dist/telefono-argentino.js +``` + ## Uso diff --git a/package.json b/package.json index ef31de3..4384076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "numero-telefono-argentino", - "version": "1.2.1", + "version": "1.2.2", "description": "Validador de números de teléfono argentinos", "main": "./dist/telefonos_argentinos.js", "directories": { @@ -17,11 +17,12 @@ "argentinianTelephoneNumberValidator", "validator", "telephoneNumberFormat", + "telephoneNumberValidator", "enacom", "numeroDeTelefono" ], - "author": "Agustín Bouillet", - "license": "ISC", + "author": "Agustín Bouillet (https://www.bouillet.com.ar)", + "license": "MIT", "bugs": { "url": "https://github.com/agustinbouillet/numero-telefono-argentino/issues" },