From 6f1a0aefab54a846bbdf234d9ea1a740d1acd875 Mon Sep 17 00:00:00 2001 From: Simon Alibert <75076266+aliberts@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:50:23 +0100 Subject: [PATCH] typo fix Co-authored-by: Alexander Soare --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1725f..f1a7a9c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ pip install . poetry install ``` -**Note:** If you encounter a disk space error, try to change your `tmp/` dirrectory to a location where you have enough disk space, e.g. +**Note:** If you encounter a disk space error, try to change your `tmp/` directory to a location where you have enough disk space, e.g. ```bash mkdir ~/tmp export TMPDIR='~/tmp'