-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Description:
In the usage examples within the README, the solidWs function is imported as SolidWs but used as solidWs. For consistency and convention in JavaScript (camelCase for functions), the import should be changed to solidWs.
Proposed fix:
In the "Short way" and "Long way" examples, update the import statement to:
var solidWs = require('solid-ws')This will maintain consistency with the function call solidWs(server).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels