Skip to content

Commit

Permalink
Updating the installation guide to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPower1 committed Nov 1, 2021
1 parent 49a09bb commit 2edc7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorial/pt/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Ela é:
Para instalares a Interfy é muito simples, basta importares ela para a tua página a partir de uma tag script:
#### Usando CDN
```html
<script src="https://cdn.jsdelivr.net/gh/DenisPower1/[email protected].0/interfy.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/DenisPower1/[email protected].1/interfy.min.js"></script>
```
#### Usando localmente

Você pode baixar o *source* do Interfy clicando em [baixar](https://github.com/DenisPower1/interfy/releases/download/v2.0.0/interfy.min.js).
Você pode baixar o *source* do Interfy clicando em [baixar](https://github.com/DenisPower1/interfy/releases/download/v2.0.1/interfy.min.js).

## Sintaxe.
A Intefy dá-nos um constructor chamado Interfy, quando ele (o constructor) for instanciado vai nos fornecer os seguintes métodos:
Expand Down Expand Up @@ -108,6 +108,6 @@ console.log("A rota não foi encontrada!")

Simples né? O nosso tutorial fica por aqui, qualquer dúvida abra um issue descrevendo a tua dúvida, e se você gostou da biblioteca faça o favor de estrelar esse repositório.

Você também pode dar uma olhada no [Inter](https://github.com/DenisPower1/inter) também.
Você também pode dar uma olhada no [Inter](https://github.com/DenisPower1/inter).

## Seja feliz!

0 comments on commit 2edc7e2

Please sign in to comment.