diff --git a/README.md b/README.md
index a8344d3..70c5f42 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,12 @@
-**go-jobqueue** is a durable embedded job queue for Go apps built on top of [BadgerDB](https://github.com/dgraph-io/badger) that provides a simple API for enqueuing jobs and processing them asynchronously while ensuring durability. It serves as a lightweight alternative to a full-fledged job queue like [RabbitMQ](https://www.rabbitmq.com) that
+
+
+
+**go-jobqueue** is a durable embedded job queue for Go apps built on top of [BadgerDB](https://github.com/dgraph-io/badger) that provides a simple API for enqueuing jobs and processing them asynchronously.
+
+It serves as a lightweight alternative to a full-fledged job queue like [RabbitMQ](https://www.rabbitmq.com) that
can be embedded into a single binary with your app, thereby reducing deployment and maintenance complexity.
## Features