diff --git a/README.md b/README.md index e7cd8b5a..c31d2b6c 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ eval_episodes=7 **Style** ``` -isort lerobot && isort test && black lerobot && black test -pylint lerobot && pylint test # not enforce for now +isort lerobot && isort tests && black lerobot && black tests +pylint lerobot && pylint tests # not enforce for now ``` **Tests**