diff --git a/README.md b/README.md
index 03eee5d..cebb886 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
> A JS / Canvas workshop rövid összefoglalója
## Mi az a JavaScript?
- + Egy magasszintű, gyengén típusos, értelmezett nyelv.
+ + Egy magas szintű, gyengén típusos, értelmezett nyelv.
+ A "böngészőben fut".
+ Változatos módon tudja befolyásolni az oldal állapotát.
+ A háttérben aszinkron módon képes szerverekkel kommunikálni ([AJAX](https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX))
@@ -12,7 +12,7 @@
+ [HTMLMediaElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement)
+ **[Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)**
+ etc.
-+ És természetesen minden olyan dologra képes, ami egy magasszintű nyelvtől elvárható.
++ És természetesen minden olyan dologra képes, ami egy magas szintű nyelvtől elvárható.
### [Kristóf nagyon jó JavaScript összefoglalója](https://github.com/kripod/schdesign-web-workshop/blob/master/notes/js.md)
### Egy nem annyira jó, viszont annál tömörebb összefoglaló
+ A konzolra kiírni (böngészőben **F12**-vel megnyitható) a ```console.log("szöveg");``` hívással lehet.
diff --git a/index.html b/index.html
index db339ab..bb13fe4 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
-
+
@@ -9,7 +9,7 @@
@@ -21,9 +21,10 @@
Avoid
- the red balls by moving your cursor (or finger) on the screen. Try
- eliminating the enemy balls by getting them to collide with each
- other. Good luck!
+ A relentless swarm is closing in on you. Guide your light across
+ the screen with your cursor (or finger), stay out of reach, and
+ outsmart your pursuers by luring them into crashing into one
+ another. How long can you survive?