diff --git a/README.md b/README.md index 1d5c883..2ea58b8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@

+## Prerequisite + +1. It is required to have NodeJs with version 8.5 or higher + +2. If you do not have installed node.js in your machine then go to [this link](https://nodejs.org/en/download/) in order to install node. + ## How to use best-resume-ever requires at least node v.8.5.0. diff --git a/src/lang/pt-br.js b/src/lang/pt-br.js index 45be071..4403f93 100755 --- a/src/lang/pt-br.js +++ b/src/lang/pt-br.js @@ -3,7 +3,7 @@ const ptbr = { headings: { contact: 'Contato', experience: 'Experiência Profissional', - education: 'Educação', + education: 'Formação Acadêmica', /*You can choose, "Educação" or "Formação Acadêmica"! But the second one is more professional and is more used.*/ skills: 'Competências', about: 'Sobre' }