diff --git a/docs/2.develop/relayers/welcome.md b/docs/2.develop/relayers/welcome.md index a2ea9fb512f..205423dc871 100644 --- a/docs/2.develop/relayers/welcome.md +++ b/docs/2.develop/relayers/welcome.md @@ -34,7 +34,7 @@ The client can then generate a `SignedDelegateAction` (signed message that isn't - Here a simple express endpoint deserializes the body, instantiates the relayer account and then sends the transaction. + Here's a simple express endpoint deserializes the body, instantiates the relayer account and then sends the transaction. @@ -43,15 +43,15 @@ The client can then generate a `SignedDelegateAction` (signed message that isn't - :::info +:::info The code in the example only works from the following versions onwards - "near-api-js": "3.0.4" - - "@near-js/transactions": "1.1.2", - - "@near-js/accounts": "1.0.4" +``` +"near-api-js": "3.0.4" +"@near-js/transactions": "1.1.2", +"@near-js/accounts": "1.0.4" +``` :::