diff --git a/readme-pt.md b/readme-pt.md
index 56866be..5357745 100644
--- a/readme-pt.md
+++ b/readme-pt.md
@@ -24,9 +24,9 @@ Este é um software feito em Javascript e Electron, e seu intuito é ser um leit
A ideia é muito simples, eu seleciono o texto, e quando solto o botão do mouse, imediatamente abre uma janela com o texto selecionado sendo traduzido no Google Translate.
-Para utilizar a aplicação, basta realizar o download do repositório, acessá-lo e executar electron, passando como parâmetro o diretório em questão.
+Para utilizar a aplicação, basta realizar o download do repositório, acessá-lo e executar o electron, passando como parâmetro o diretório em questão.
-Obs: a versão do Electron utilizada nos testes é a 19.0.0.
+A versão do Electron utilizada nos testes é a 19.0.0, e você pode baixar ela aqui: https://github.com/electron/electron/releases/tag/v19.0.0
**If my code has helped you, please consider [sponsoring me](https://github.com/sponsors/melchisedech333) :blue_heart:**
diff --git a/readme.md b/readme.md
index 5db1ad9..dc4bbff 100644
--- a/readme.md
+++ b/readme.md
@@ -24,13 +24,13 @@ This is a software made in Javascript and Electron, and its intention is to be a
The idea is very simple, I select the text, and when I release the mouse button, it immediately opens a window with the selected text being translated in Google Translate.
-To use the application, just download the repository, access it and run electron, passing the directory in question as a parameter.
+To use the application, just download the repository, access it and run electron, passing the directory in question as a parameter.
```bash
electron .
```
-Note: the version of Electron used in the tests is 19.0.0.
+The Electron version used in the tests is 19.0.0, and you can download it here: https://github.com/electron/electron/releases/tag/v19.0.0
**If my code has helped you, please consider [sponsoring me](https://github.com/sponsors/melchisedech333) :blue_heart:**