From e58ff11c265651a4297f42a24b6d1ba1022cc2ce Mon Sep 17 00:00:00 2001 From: steevLP Date: Fri, 18 Oct 2019 15:46:17 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9a1437d..4c39453 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ and this can go on for ever but, this should show the point of a packet Something needs to happen with your packet! The Event Handler is handling it. The Handler is taking in a **Event Name** and a **Function** for it. -So it should look like this: +Events look like this: ``` {name:'logout', function() {eventFunction(possible,arguments)}}, ``` @@ -40,5 +40,5 @@ event_function(){ Console.log('Your code here please'); } ``` -Not realy difficult right? +Not really difficult right? well then good luck and happy coding with it :D