README.md in solana-ruby-web3js-1.0.1.beta1 vs README.md in solana-ruby-web3js-1.0.1.beta2

- old
+ new

@@ -55,9 +55,17 @@ result = client.get_parsed_account_info(pubkey, options) puts result +### More Information on Solana Methods + +For a more detailed overview of Solana's available RPC methods, visit the official documentation: + +- [Solana HTTP RPC Methods](https://solana.com/docs/rpc/http) +- [Solana WebSocket RPC Methods](https://solana.com/docs/rpc/websocket) +- [Solana web3.js Connection Methods](https://solana-labs.github.io/solana-web3.js/classes/Connection.html) + ### Options Parameter The options parameter is a hash that can include the following fields: commitment: Specifies the level of commitment desired when querying state.