Skip to content

Commit 3053bb3

Browse files
committed
update readme
1 parent dd791c2 commit 3053bb3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README-PTBR.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@
3030
3. Javascript
3131
- Se familiarize com a sintaxe
3232
- Aprenda operações basicas com o DOM
33-
- Learn mechanisms typical for JS (Hoisting, Event Bubbling, Prototyping)
34-
- Faça requisições AJAX
35-
- Make some AJAX (XHR) calls
36-
- Aprendas novas features do javascript (ECMA Script 6+)
33+
- Aprenda mecanismos típicos para JS (Hoisting, Event Bubbling, Prototyping)
34+
- Faça algumas requisições AJAX
35+
- Aprenda as novas features do javascript (ECMA Script 6+)
3736
- Opcional: Conheça a biblioteca JQuery
3837
2. Conhecimentos de desenvolvimento em geral
3938
1. Aprenda GIT, crie repositórios no GitHub e compartilhe seu código com outras pessoas.
@@ -134,7 +133,7 @@
134133
- [Chai](http://www.chaijs.com/)
135134
- [AVA](https://github.com/avajs/ava)
136135
- [Tape](https://github.com/substack/tape)
137-
2. Teste End to End
136+
2. Teste end-to-end
138137
- [Selenium](https://www.seleniumhq.org/), [Webdriver](http://webdriver.io/)
139138
- [Cypress](https://cypress.io/)
140139
- [Puppeteer](https://pptr.dev/)
@@ -145,7 +144,7 @@
145144
13. Internacionalização
146145
- [React Intl](https://github.com/yahoo/react-intl)
147146
- [React i18next](https://react.i18next.com/)
148-
14. Server Side Rendering
147+
14. Renderização no servidor
149148
- [Next.js](https://nextjs.org/)
150149
- [After.js](https://github.com/jaredpalmer/after.js)
151150
- [Rogue](https://github.com/alidcastano/rogue.js)

0 commit comments

Comments
 (0)