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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user