diff --git a/README.br.md b/README.br.md index 8fbcabe..7ff9239 100644 --- a/README.br.md +++ b/README.br.md @@ -34,5 +34,6 @@ A estrutura deve ser algo parecido com isso: ├── 📂 @default ├── 📄 controladoUtils.js └── 📂 buy-champions + ├── 📄 trans.json └── 📄 index.js ``` diff --git a/README.md b/README.md index 27a9847..ca49a44 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,6 @@ The structure should look something like this: ├── 📂 @default ├── 📄 controladoUtils.js └── 📂 buy-champions + ├── 📄 trans.json └── 📄 index.js ```