Skip to content

Commit

Permalink
readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustín Bouillet authored and Agustín Bouillet committed Dec 7, 2024
1 parent 2292ddf commit 1abfa10
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1abfa10

Please sign in to comment.