From 0dd0f51bf2f578839fabb8a2d86e627677a49c22 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Wed, 17 Apr 2019 15:34:08 +0300 Subject: [PATCH] socket activity #fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 117f6a4..fa9d541 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ ```js Module.enumerateExportsSync( // finding socket module path - Process.enumerateModulesSync().filter(function(m){· - return m.name === { linux: 'libc.so', darnwin: 'libSystem.B.dylib', windows: 'ws2_32.dll' }[Process.platform] + Process.enumerateModulesSync().filter(function(m){ + return m.name === { linux: 'libc.so', darwin: 'libSystem.B.dylib', windows: 'ws2_32.dll' }[Process.platform] })[0].path ).forEach(function(ex){ if ( @@ -106,8 +106,8 @@ Android example Java.perform(function(){ Module.enumerateExportsSync( // finding socket module path - Process.enumerateModulesSync().filter(function(m){· - return m.name === { linux: 'libc.so', darnwin: 'libSystem.B.dylib', windows: 'ws2_32.dll' }[Process.platform] + Process.enumerateModulesSync().filter(function(m){ + return m.name === { linux: 'libc.so', darwin: 'libSystem.B.dylib', windows: 'ws2_32.dll' }[Process.platform] })[0].path ).forEach(function(ex){ if (