0xJeremy / socket.engine

A robot communication engine
https://pypi.org/project/socket.engine/
MIT License
35 stars 3 forks source link

Error in require() in documentation of library #3

Closed lokeshagg13 closed 4 years ago

lokeshagg13 commented 4 years ago

Describe the bug In nodejs documentation, in the statement var client = require('socketengine').client;

it should be var client = require('socket.engine').client;

for both client.js and host.js

0xJeremy commented 4 years ago

Good catch. Thanks for pointing this out. Fixed!