Skip to content

Commit 587fb5a

Browse files
authored
Modify CLI command example in README
Updated command example to use 'npx' for check-runtime.
1 parent 19f29bb commit 587fb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ npx @polkadot-api/check-runtime@latest problems wss://your.chain.rpc
5858
The CLI exposes a single subcommand (for now), `problems`, that inspects a live chain and/or a provided WASM artifact (that's applied at a certain state of the chain) and prints any detected issues.
5959

6060
```
61-
check-runtime problems <uri> [options]
61+
npx @polkadot-api/check-runtime@latest problems <uri> [options]
6262
```
6363

6464
- `<uri>`: WebSocket RPC endpoint of the chain, e.g. `wss://rpc.ibp.network/polkadot`.

0 commit comments

Comments
 (0)