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

- old
+ new

@@ -5,20 +5,19 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'solana_ruby', github: 'Build-Squad/solana-ruby', branch: 'main' +gem 'solana-ruby-web3js' ``` And then execute: $ bundle install Or install it yourself as: - $ gem install specific_install - $ gem specific_install https://github.com/Build-Squad/solana-ruby.git + $ gem install solana-ruby-web3js ## Usage To start using the Solana RPC client, initialize it with or without the RPC URL. The default URL points to the Solana Mainnet. If you wish to connect to another network like Devnet or Testnet, you can specify the URL.