From aa76d8e9d3af3c6d7fd8e9c6f5a80bac9d8cced0 Mon Sep 17 00:00:00 2001 From: trigaten Date: Sun, 23 Jan 2022 23:41:52 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30bec15f..7736d078 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Add the path to the mujoco bin directory to your dynamic loader: This is particularly useful on Ubuntu 14.04, which does not have a GLFW package. -### Ubuntu installtion troubleshooting +### Ubuntu installation troubleshooting Because `mujoco_py` has compiled native code that needs to be linked to a supplied MuJoCo binary, it's installation on linux can be more challenging than pure Python source packages.