Skip to content

fix: correct scoped package name in create-wdk-module docs

Created by: gatteo

Summary

  • Replace npx create-wdk-module@latest with npx @tetherto/create-wdk-module@latest in all documentation pages
  • The package is published under the @tetherto npm scope, so the unscoped name returns a 404

Files changed

  • tools/create-wdk-module.md (8 occurrences)
  • sdk/community-modules/README.md (1 occurrence)
  • sdk/get-started.md (1 occurrence)

Test plan

  • Verify all code blocks in the docs show the correct npx @tetherto/create-wdk-module@latest command

Merge request reports