diff --git a/docs/interacting-with-geth/rpc/ns_personal_deprecation.md b/docs/interacting-with-geth/rpc/ns_personal_deprecation.md index 3081e12ee8..bc1438138b 100644 --- a/docs/interacting-with-geth/rpc/ns_personal_deprecation.md +++ b/docs/interacting-with-geth/rpc/ns_personal_deprecation.md @@ -88,7 +88,7 @@ curl --data '{"id": 1, "jsonrpc": "2.0", "method": "account_new", "params": []}' Example call (Clef command): -```sh1 +```sh clef newaccount ```