From 76ec5720311f1adbc30e28a82f1b5aa631fb546b Mon Sep 17 00:00:00 2001 From: kanarus Date: Mon, 28 Jul 2025 18:08:36 +0900 Subject: [PATCH 1/3] docs: clarify phrase scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4292abd..dfd78c2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Requirements - [MuJoCo 3.3.2](https://github.com/google-deepmind/mujoco/releases/tag/3.3.2) downloaded - and expanded **as it is** (don't rename or partially move the files) + and expanded **as it is** (don't partially move/rename the files) - `MUJOCO_DIR` environment variable set to the path of the MuJoCo directory (e.g. `$HOME/.mujoco/mujoco-3.3.2`) ### Note & Tips From 2f39e7cdc951a6f98837af9da789286f2f0453f6 Mon Sep 17 00:00:00 2001 From: kanarus Date: Mon, 28 Jul 2025 18:15:12 +0900 Subject: [PATCH 2/3] docs: clarify phrase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd78c2..8c826d3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Requirements - [MuJoCo 3.3.2](https://github.com/google-deepmind/mujoco/releases/tag/3.3.2) downloaded - and expanded **as it is** (don't partially move/rename the files) + and expanded **as it is** (don't move/rename the files within it) - `MUJOCO_DIR` environment variable set to the path of the MuJoCo directory (e.g. `$HOME/.mujoco/mujoco-3.3.2`) ### Note & Tips From 06dcd882dc2a12ff3c705b9f2db5a120c1fbdb5c Mon Sep 17 00:00:00 2001 From: kanarus Date: Mon, 28 Jul 2025 18:17:47 +0900 Subject: [PATCH 3/3] docs: say `or` instead of maybe-ambiguous `/` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c826d3..31d9a77 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Requirements - [MuJoCo 3.3.2](https://github.com/google-deepmind/mujoco/releases/tag/3.3.2) downloaded - and expanded **as it is** (don't move/rename the files within it) + and expanded **as it is** (don't move or rename the files within it) - `MUJOCO_DIR` environment variable set to the path of the MuJoCo directory (e.g. `$HOME/.mujoco/mujoco-3.3.2`) ### Note & Tips