From 29de0406597a8428f08737af991199daf6e9d6a5 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 10 May 2022 15:12:50 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 795ceaa..10c1614 100644 --- a/README.md +++ b/README.md @@ -1618,7 +1618,7 @@ end Deploy and reindex your data. For zero downtime deployment, temporarily set `conversions: false` in your search calls until the data is reindexed. -Create a job to update the conversions column and reindex records with new conversions. Here’s one you can use for Searchjoy: +Then, create a job to update the conversions column and reindex records with new conversions. Here’s one you can use for Searchjoy: ```ruby class ReindexConversionsJob < ApplicationJob @@ -1657,7 +1657,7 @@ class ReindexConversionsJob < ApplicationJob end ``` -Run the job with: +Run the job: ```ruby ReindexConversionsJob.perform_now("Product") -- libgit2 0.21.0