From 5399e05c2082de356a074fad39a8c8f5fcccf3c8 Mon Sep 17 00:00:00 2001 From: Aleksandr Sysoev Date: Sat, 8 Jun 2024 15:23:40 +0400 Subject: [PATCH] Remove
tag from README It looks ugly at hexdocs --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f3470db..21d87b9 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,10 @@ With `poolex` you can: - Analyze and optimize your pool's production settings using metrics. - Use your implementations to define worker and caller processes access logic. -
- Why `poolex` instead of `poolboy`? +**Why `poolex` instead of `poolboy`?** - `poolex` is written in Elixir. This library is much more convenient to use in Elixir projects. - `poolboy` is a great library, but not actively maintained :crying_cat_face:![Last poolboy commit](https://img.shields.io/github/last-commit/devinus/poolboy?style=flat) - -
## Requirements