From 137bb1d1500b1a9cdd33e4f0a312b1aadc83b682 Mon Sep 17 00:00:00 2001 From: Gabriel Coelho Soares Date: Sat, 11 Nov 2017 01:57:14 -0200 Subject: [PATCH 1/2] Update the "Education" term. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The right term that we (Brazilians) use in a CV is Formação Acadêmica, translating to English is same to say "Educational Background". --- src/lang/pt-br.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } From dc5f245489a8613d659e051548d7ff66741ce61b Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 15 Dec 2017 20:36:05 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.