Update readme.md

This commit is contained in:
steevLP 2019-09-27 15:16:51 +02:00 committed by GitHub
parent 34b3e45ff8
commit 21a41da163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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