docs(node): correct doc-comment package name to wickra

The module doc-comment in bindings/node/src/lib.rs still pointed at
@wickra/wickra. The package is published as bare "wickra" — every
README, Quickstart and example already uses that name. Align the
inline doc with the published name.
This commit is contained in:
kingchenc
2026-05-23 19:10:18 +02:00
parent f3ad0940c3
commit c4ffcc2138
+1 -1
View File
@@ -5,7 +5,7 @@
//! cd bindings/node && npm install && npm run build
//! ```
//!
//! Then `require("@wickra/wickra")` from Node.
//! Then `require("wickra")` from Node.
#![allow(clippy::needless_pass_by_value)]
#![allow(missing_debug_implementations)] // napi-derive auto-generates the Node-facing types.