From 09d08adbb46d47d75a489fbe0920af8afb5a5242 Mon Sep 17 00:00:00 2001 From: Colin McFadden Date: Mon, 18 Nov 2024 16:38:11 +0100 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d110d377..a0e2c4fb 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ To try processing a file, first upload it using the normal UI. Then grab the fil Run `./runJob.sh ` -By default, you won't have job queue processing running for other tasks. That's mostly fine, but you may want search indexingin running. Run `./docker-php index.php beltdrive updateIndexes` \ No newline at end of file +By default, you won't have job queue processing running for other tasks. That's mostly fine, but you may want search indexing running. Run `./docker-php index.php beltdrive updateIndexes`