Skip to content

Typo in solidWs usage in documentation #26

@melvincarvalho

Description

@melvincarvalho

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions