From 29d21ab6cd80b61e9078b65497fb4ec3dbb1997f Mon Sep 17 00:00:00 2001 From: Marc Hiatt Date: Thu, 7 Dec 2023 14:38:18 +0100 Subject: [PATCH] No, really! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d77d158..222aa58 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ This package includes two shell scripts: `worddiv`, which is written to be POSIX If you intend to use `worddiv.fish`, you’ll first need to edit that file to alter the value (the path) assigned by the line beginning: -```set -f project_path``` + ```set -f project_path``` If using the POSIX-compatible `worddiv`, the line you’ll want to alter is the one beginning -```project_path=``` + ```project_path=``` In either case, the value you assign can be the directory where your clone of the repo resides, or it can be some other directory (e.g. `/tmp`).