diff --git a/Realtime Emotion Webapp/index.js b/Realtime Emotion Webapp/index.js index b31ce89..88c5456 100644 --- a/Realtime Emotion Webapp/index.js +++ b/Realtime Emotion Webapp/index.js @@ -6,7 +6,7 @@ This file uses socket.io to communicate realtime. See my: - Github profile: https://github.com/nadzeri -- LinkedIn profile: https://id.linkedin.com/in/muhammad-nadzeri-munawar-985569b1 +- LinkedIn profile: https://id.linkedin.com/in/nadzeri - Email: nadzeri.munawar94@gmail.com */ @@ -30,4 +30,4 @@ io.on('connection', function(socket){ http.listen(3000, function(){ console.log('listening on *:3000'); -}); \ No newline at end of file +});