Commit 7be3c20
authored
docs: align Node README install version (#677)
#### Overview
Update the Node.js package README so its install command matches the `0.8.0` package metadata and the current installation docs.
- [x] I confirm this contribution is my own work, or I have the right to submit it under this project's license.
- [x] I searched existing issues and open pull requests, and this does not duplicate existing work.
#### Details
- Change the `nemo-relay-node` install example from `0.7.0` to `0.8.0`.
- Keep the README shipped with the Node.js package consistent with the root README and getting-started docs.
- Validation: `uv run pre-commit run --files crates/node/README.md` and `uv run pre-commit run --all-files`.
#### Where should the reviewer start?
Start with the installation command in `crates/node/README.md`.
#### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
- Closes #675
## Summary by CodeRabbit
* **Documentation**
* Updated the documented npm installation command to reference version 0.8.0.
Authors:
- Merge_Conflict - Pasi (https://github.com/pasmud)
Approvers:
- Will Killian (https://github.com/willkill07)
URL: #6771 parent 62cd47f commit 7be3c20
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments