Browse Source

Fix typo on interface readme (#27)

Fix typo
Fernando Otero 1 year ago
parent
commit
d6ff067bb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      interface/README.md

+ 1 - 1
interface/README.md

@@ -63,7 +63,7 @@ fn create_account(
 }
 }
 ```
 ```
 
 
-Transfer lamports betweem accounts:
+Transfer lamports between accounts:
 
 
 ```rust
 ```rust
 use solana_rpc_client::rpc_client::RpcClient;
 use solana_rpc_client::rpc_client::RpcClient;