From 1c0255aa15a5aa4c583bd55bc2665dc2487ffeea Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Tue, 12 May 2020 15:21:46 -0400 Subject: [PATCH] initialization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a3579..8b6df24 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ dSQ adds a few nice features on top of job arrays: * dSQAutopsy can create a new job file that has only the jobs that didn't complete from your last run. * All you need is Python 2.7+, or Python 3. -dSQ is _not_ recommended for situations where the initialiazation of the job takes most of its execution time and it is re-usable. These situations are much better handled by a worker-based job handler. +dSQ is _not_ recommended for situations where the initialization of the job takes most of its execution time and it is re-usable. These situations are much better handled by a worker-based job handler. ## Step 1: Create Your Job File