This commit is contained in:
pubkey 2017-12-15 20:52:25 +01:00
commit 2bc9401577
2 changed files with 7 additions and 1 deletions

View File

@ -35,6 +35,12 @@
<br> <br>
<br> <br>
## 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 ## How to use
best-resume-ever requires at least node v.8.5.0. best-resume-ever requires at least node v.8.5.0.

View File

@ -3,7 +3,7 @@ const ptbr = {
headings: { headings: {
contact: 'Contato', contact: 'Contato',
experience: 'Experiência Profissional', 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', skills: 'Competências',
about: 'Sobre' about: 'Sobre'
} }