diff --git a/README.md b/README.md
index 46fef1f..1a7c05d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# Job Pipeline
+
+
+
+
The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **convert any (series of) jobs into event listeners.**
You may use a job pipeline like any other listener, so you can register it in the `EventServiceProvider` using the `$listen` array, or in any other place using `Event::listen()` — up to you.