From e3f5f64fbedb07d967d6a5a74ccc7e97ac565d33 Mon Sep 17 00:00:00 2001 From: Sinaru Gunawardena Date: Tue, 11 Nov 2025 13:21:42 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b2cca0..7d70287 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![Gem Version](https://badge.fury.io/rb/rapidflow.svg)](https://badge.fury.io/rb/rapidflow) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -> **⚠️ Early Development Warning**: This library is at a very early stage of development. The interfaces and APIs -> may change without backward compatibility guarantees. Use in production at your own risk. +> **⚠️ This library is at a very early stage of development. The interfaces and APIs +> may change without backward compatibility guarantees. RapidFlow is a lightweight, concurrent pipeline processor for Ruby that transforms data through multiple stages like items moving through stages in a rapid flow. Perfect for I/O-bound operations like web scraping, API calls,