Skip to content

Commit 7be3c20

Browse files
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: #677
1 parent 62cd47f commit 7be3c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Node.js package provides the following capabilities:
6161
Install the npm package in a Node.js 24 or newer project:
6262

6363
```bash
64-
npm install nemo-relay-node@0.7.0
64+
npm install nemo-relay-node@0.8.0
6565
```
6666

6767
## Getting Started

0 commit comments

Comments
 (0)