From c118827582ed22818ff62b711252f83d81d00405 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Tue, 5 Mar 2024 20:46:28 +0300 Subject: [PATCH] #20 lint --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d633b1..d0aa8b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ - +# Throttle Ruby Method Calls + +![logo](/logo.svg =64x64) [![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org) [![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/obk)](http://www.rultor.com/p/yegor256/obk) @@ -36,7 +38,8 @@ Keep in mind that `Obk` is _not_ thread-safe. Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html). Make sure you build is green before you contribute -your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and +your pull request. You will need to have +[Ruby](https://www.ruby-lang.org/en/) 2.3+ and [Bundler](https://bundler.io/) installed. Then: ```bash