diff --git a/README.md b/README.md index 7dd9868..675fbe3 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,14 @@ and get them reported to Telegram with Telebugs. ## Introduction -Any Ruby application or script can be integrated with Telebugs using the -`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. +Any Ruby application or script can be integrated with +[Telebugs](https://telebugs.com) using the `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. + +This guide will help you get started with Telebugs for Ruby. For full details +and advanced usage, please refer to the +[Telebugs documentation](https://telebugs.com/new/docs/integrations/ruby). ## Installation