From 86b170f3ad9215af8a44d0c7b3d72f9ef33a09fc Mon Sep 17 00:00:00 2001 From: Cameron Burger Date: Tue, 13 Aug 2024 11:46:16 -0400 Subject: [PATCH] doc(tests): minor text fixes. Fix spelling: "cc_matrials_path" -> "cc_materials_path". Add apostrophe "blenderprocs" -> "blenderproc's". Make download command's URL absolute --- tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index 8208074b1..f12435cfa 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,8 +3,8 @@ The unit tests located in the `tests/` folder can be run via the following command: ``` -BP_CC_MATERIALS_PATH= BP_HAVEN_PATH= python3 cli.py run tests/run_all.py +BP_CC_MATERIALS_PATH= BP_HAVEN_PATH= python3 cli.py run tests/run_all.py ``` -where `` and `` are paths to the respective datasets. -You can download them using blenderprocs [download command](docs/tutorials/loader.md). +where `` and `` are paths to the respective datasets. +You can download them using blenderproc's [download command](/docs/tutorials/loader.md).