From ec88f26a0ea2f0d98518c532a5cbb74b9e731fc2 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 14 Jun 2024 15:13:34 +0300 Subject: [PATCH] x --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0cebc3..7dd9868 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Telebugs for Ruby -#### Simple error monitoring for developers. Monitor production errors in real-time and get them reported to Telegram with Telebugs +Simple error monitoring for developers. Monitor production errors in real-time +and get them reported to Telegram with Telebugs. ## Resources @@ -8,8 +9,12 @@ - [Telebugs News](https://t.me/TelebugsNews) - [Telebugs Community](https://t.me/TelebugsCommunity) +## Introduction + Any Ruby application or script can be integrated with Telebugs using the -`telebugs` gem. +`telebugs` gem. The gem is designed to be simple and easy to use. It provides a +single method to send errors to Telebugs, which will then be reported to your +Telegram project. ## Installation