README.md in viabtc-1.2.0 vs README.md in viabtc-1.3.0

- old
+ new

@@ -16,11 +16,11 @@ ViaBTC.configure do |config| config.http_base_url = 'http://localhost:18080' end ``` -If not, add it anywhere in your code that runs before a new client is initialized. Read more at: 📖[Configuration Wiki](https://github.com/krmbzds/viabtc/wiki/Configuration) +If not, add it anywhere in your code that runs before a new client is initialized. Read more at: 📖 [Configuration Wiki](https://github.com/krmbzds/viabtc/wiki/Configuration) ## Usage Create a new instance: @@ -38,13 +38,13 @@ ## Support #### Ruby Versions Tested Against -- ✅ `2.6.5` (stable) -- ✅ `2.5.7` (stable) -- ⏳ `2.4.9` (security maintenance) +- ✅ `2.7.1` (stable) +- ✅ `2.6.6` (stable) +- ⏳ `2.5.8` (security maintenance) #### ViaBTC Exchange Server API Support - 📖 [HTTP Protocol](https://github.com/krmbzds/viabtc/wiki/API-Support#http-protocol) @@ -71,15 +71,15 @@ Yes. ## License -Copyright © 2019 [Kerem Bozdas][Personal Webpage] +Copyright © 2019-2020 [Kerem Bozdas][Personal Webpage] This gem is available under the terms of the [MIT License][License]. [Donation]: https://liberapay.com/krmbzds/donate [Fork]: http://github.com/krmbzds/viabtc/fork [License]: http://kerem.mit-license.org -[Personal Webpage]: http://kerembozdas.com +[Personal Webpage]: https://kerembozdas.com [RubyGems]: https://rubygems.org [ViaBTC Exchange Server Repo]: https://github.com/viabtc/viabtc_exchange_server