README.md in stellar-sdk-0.24.0 vs README.md in stellar-sdk-0.25.0

- old
+ new

@@ -1,10 +1,10 @@ -# Ruby Stellar +# Stellar SDK for Ruby: Horizon Integration and Higher Level Abstractions +[![stellar-sdk](https://badge.fury.io/rb/stellar-sdk.svg)](https://badge.fury.io/rb/stellar-sdk) +[![Test](https://github.com/astroband/ruby-stellar-sdk/workflows/Test/badge.svg)](https://github.com/astroband/ruby-stellar-sdk/actions?query=branch%3Amaster) +[![Maintainability](https://api.codeclimate.com/v1/badges/dadfcd9396aba493cb93/maintainability)](https://codeclimate.com/github/astroband/ruby-stellar-sdk/maintainability) -[![Build Status](https://travis-ci.org/bloom-solutions/ruby-stellar-sdk.svg)](https://travis-ci.org/bloom-solutions/ruby-stellar-sdk) -[![Code Climate](https://codeclimate.com/github/bloom-solutions/ruby-stellar-sdk/badges/gpa.svg)](https://codeclimate.com/github/bloom-solutions/ruby-stellar-sdk) - This library helps you to integrate your application into the [Stellar network](http://stellar.org). ## Installation Add this lines to your application's Gemfile: @@ -34,10 +34,10 @@ client.send_payment({ from: account, to: recipient, amount: Stellar::Amount.new(100_000_000) -}) +}) ``` Be sure to set the network when submitting to the public network (more information in [stellar-base](https://www.github.com/bloom-solutions/ruby-stellar-base)): ```ruby