Update readme.md

This commit is contained in:
2019-09-27 15:16:51 +02:00
committed by GitHub
parent 34b3e45ff8
commit 21a41da163

View File

@ -36,7 +36,7 @@ As Default they are stored in *bin/classes/events*
and a normal Event is build like this:
```js
event_funcition(){
event_function(){
Console.log('Your code here please');
}
```