From 85bf58c738ae27c4c7eeaf0c09b093f335a3187a Mon Sep 17 00:00:00 2001 From: Montana Flynn Date: Tue, 26 Sep 2017 17:16:37 -0700 Subject: [PATCH] Fix header formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a16d9b..7e4ce4d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#Yet another background processing abstraction layer +# Yet another background processing abstraction layer Assuming that every time you want to do something in a background job, it's defined in a method on an active record object. Zero explicit dependencies. (just respond to `id` and `find` like AR does) -##Example +## Example gem is called `async-jobs`