README.md in axie-ruby-0.2.0 vs README.md in axie-ruby-0.2.1

- old
+ new

@@ -1,25 +1,23 @@ # Axie -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/axie`. To experiment with that code, run `bin/console` for an interactive prompt. +Commonly used functions for interacting with Axie Infinity -TODO: Delete this and the text above, and describe your gem - ## Installation Add this line to your application's Gemfile: ```ruby -gem 'axie' +gem 'axie-ruby' ``` And then execute: $ bundle install Or install it yourself as: - $ gem install axie + $ gem install axie-ruby ## Usage ```ruby client = Axie::Client.new(ronin_address)