From d46ec08264bd549a49fe727db54e27ba93a9a93b Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Tue, 30 Jul 2024 21:54:11 +0300 Subject: [PATCH] Add badge, fix issues --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 671ba58..7c99eb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Telebugs for Rails +[![Gem Version](https://badge.fury.io/rb/telebugs-rails.svg)](https://badge.fury.io/rb/telebugs-rails) + Simple error monitoring for developers. Monitor production errors in real-time and get them reported to Telegram with Telebugs. @@ -11,10 +13,9 @@ and get them reported to Telegram with Telebugs. ## Introduction Any Ruby on Rails application can be integrated with -[Telebugs](https://telebugs.com) using the `telebugs-rails` gem. The gem is -designed to be simple and easy to use. It integrates the `telebugs` gem with -Rails application, so that any unhandled error occurring in your app will be -reported to Telebugs. +[Telebugs](https://telebugs.com) using the [`telebugs-rails`](https://rubygems.org/gems/telebugs-rails) gem. The gem is designed to be simple and easy to use. It integrates the +[`telebugs`](https://rubygems.org/gems/telebugs) gem with Rails applications, +so that any unhandled error occurring in your app will be reported to Telebugs. ## Installation @@ -38,4 +39,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/kyrylo/telebugs-rails. +Bug reports and pull requests are welcome on GitHub at https://github.com/telebugs/telebugs-rails.