Skip to content

Commit

Permalink
Merge pull request #31 from agustinbouillet/readme-file
Browse files Browse the repository at this point in the history
readme file
  • Loading branch information
agustinbouillet authored Dec 7, 2024
2 parents 2292ddf + 1abfa10 commit 7d611b8
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 7d611b8

Please sign in to comment.