From c833cb3a9ff56dd4e21c76c7e57f306828f4b414 Mon Sep 17 00:00:00 2001 From: Claude Ayitey Date: Sat, 6 Jan 2024 14:51:05 +0000 Subject: [PATCH] Remove references of Sidekiq --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc5cc9a..64b4aed9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This codebase is currently in a very early stage of development, and is not prod ## Codebase -The codebase is vanilla [Rails](https://rubyonrails.org/), [Sidekiq](https://sidekiq.org/) w/ [Redis](https://redis.io/), [Puma](http://puma.io/), and [Postgres](https://www.postgresql.org/). Quite a simple setup. +The codebase is vanilla [Rails](https://rubyonrails.org/), [GoodJob](https://github.com/bensheldon/good_job/), [Puma](http://puma.io/), and [Postgres](https://www.postgresql.org/). Quite a simple setup. ## Setup