From 392f4c808ea749d728b5a653d17f39ddf946b534 Mon Sep 17 00:00:00 2001 From: Fabian Winkler Date: Thu, 22 Feb 2024 21:36:19 +0100 Subject: [PATCH] Fix install instructions As they are currently written there is no way a user can install this gem properly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f17588..fafe9ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ActiveJob support for Apartment Add this line to your application's Gemfile: ```ruby -gem 'apartment-activejob' +gem 'ros-apartment-activejob', require: 'apartment-activejob' ``` And then execute: @@ -16,7 +16,7 @@ And then execute: Or install it yourself as: - $ gem install apartment-activejob + $ gem install ros-apartment-activejob ## Usage