Skip to content

docs: fix incorrect package name and script in README - #35

Open
carrowmw wants to merge 1 commit into
Urban-Analytics-Technology-Platform:mainfrom
carrowmw:fix/readme-corrections
Open

docs: fix incorrect package name and script in README#35
carrowmw wants to merge 1 commit into
Urban-Analytics-Technology-Platform:mainfrom
carrowmw:fix/readme-corrections

Conversation

@carrowmw

@carrowmw carrowmw commented Dec 5, 2025

Copy link
Copy Markdown

Summary

Fixes incorrect commands in the developer setup section of the README.

Changes

  • Fixed package filter name: uatp_template@uatp/template
  • Fixed script name: wasmrust
  • Added Rust/rustup as a prerequisite (required before installing wasm-pack)

Why

The previous commands failed with:

  • "No projects matched the filters" (wrong package name)
  • "None of the selected packages has a wasm script" (wrong script name)
  • wasm-pack installer fails without rustup installed

- change: uatp_template to @uatp/template
- chang:  wasm script to rust (correct script name)
- add: rust as prerequisite (required by wasm-pack)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant